in scala/runtime/matching
class AnyTreeRule

case class AnyTreeRule(n: TreeNT)
extends TRule
with ScalaObject
with CaseClass

Field Summary
  val n: TreeNT

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/runtime/matching/Rule-class
compareTo, rule_eq, rule_smaller, toString

Field Detail

n

  val n: TreeNT