|
Scala
1.4.0.0 |
|||
| Method Summary | |
abstract
|
def caseArity: Int
for a case class A(x_0,...,x_(k-1)), returns k |
abstract
|
def caseElement(n: Int): Any
for a case class A(x_0,...,x_(k-1)), returns x_i for 0 <= i < k, null otherwise |
def caseName: String
|
|
| Methods inherited from java/lang/Object-class |
| clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait |
| Methods inherited from scala/Any-class |
| !=, ==, asInstanceOf, isInstanceOf, match |
| Methods inherited from scala/ScalaObject-class |
| getScalaType |
| Method Detail |
abstract def caseElement(n: Int): Any
abstract def caseArity: Int
def caseName: String
|
Scala
1.4.0.0 |
|||