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