| 
 | 
          Scala 1.3.0.7 | |||
| Field Summary | |
| val i: Int | |
| Method Summary | |
| def compareTo[b >: HedgeNT](view: (b) => Ordered[b])(y: b): IntResult of comparing `this' with operand `that'. | |
| var nullable: Boolean | |
| Methods inherited from java/lang/Object-class | 
| clone, eq, equals, finalize, getClass, hashCode, notify, notifyAll, synchronized, wait, wait, wait | 
| Methods inherited from scala/Any-class | 
| !=, ==, asInstanceOf, isInstanceOf, match | 
| Methods inherited from scala/CaseClass-class | 
| caseArity, caseElement | 
| Methods inherited from scala/Ordered-class | 
| <, <=, >, >= | 
| Methods inherited from scala/ScalaObject-class | 
| getType | 
| Methods inherited from scala/runtime/matching/NonTerm-class | 
| toString | 
| Field Detail | 
val i: Int
| Method Detail | 
var nullable: Boolean
def compareTo[b >: HedgeNT](view: (b) => Ordered[b])(y: b): Int
x < 0    iff    this < that
  x == 0   iff    this == that
  x > 0    iff    this > that
   
| 
 | 
          Scala 1.3.0.7 | |||