| 
 | 
          Scala 1.3.0.7 | |||
| Method Summary | |
| def compareTo[b >: Rule](view: (b) => Ordered[b])(that: b): IntResult of comparing `this' with operand `that'. | |
| 
        final | def rule_eq(r1: Rule, r2: Rule): Boolean | 
| 
        final | def rule_smaller(r1: Rule, r2: Rule): Boolean | 
| 
        override | def toString(): String | 
| 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/Ordered-class | 
| <, <=, >, >= | 
| Methods inherited from scala/ScalaObject-class | 
| getType | 
| Method Detail | 
def compareTo[b >: Rule](view: (b) => Ordered[b])(that: b): Int
x < 0    iff    this < that
  x == 0   iff    this == that
  x > 0    iff    this > that
   
final def rule_smaller(r1: Rule, r2: Rule): Boolean
final def rule_eq(r1: Rule, r2: Rule): Boolean
override def toString(): String
| 
 | 
          Scala 1.3.0.7 | |||