in scala/runtime/matching
class Rule

abstract class Rule()
extends Ordered[Rule]
with ScalaObject
Implementing classes or objects:
class HRule()
class TRule()

Method Summary
  def compareTo[b >: Rule](view: (b) => Ordered[b])(that: b): Int
     Result 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, ne, 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
getScalaType

Method Detail

compareTo

  def compareTo[b >: Rule](view: (b) => Ordered[b])(that: b): Int
Result of comparing `this' with operand `that'. returns `x' where x < 0 iff this < that x == 0 iff this == that x > 0 iff this > that

rule_smaller

  final def rule_smaller(r1: Rule, r2: Rule): Boolean

rule_eq

  final def rule_eq(r1: Rule, r2: Rule): Boolean

toString

  override def toString(): String