| 
 | 
          Scala 1.3.0.7 | |||
| Method Summary | |
| 
        abstract | def hedgeInitials: BitSetinv: hedgeInitials.size == nHedgeNT | 
| 
        abstract | def hedgeTransitions: (Int) => Set[HedgeRHS] | 
| 
        abstract | def isNullable: BitSetinv: isNullable.size == nHedgeNT | 
| 
        abstract | def nHedgeNT: Intnumber of hedge nonterminals | 
| 
        abstract | def nTreeNT: Intnumber of tree nonterminals | 
| 
        abstract | def treeInitials: BitSetinv: treeInitials.size == nTreeNT | 
| 
        abstract | def treeTransitions: (Int) => Set[TreeRHS] | 
| 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 nTreeNT: Int
abstract def nHedgeNT: Int
abstract def treeInitials: BitSet
abstract def hedgeInitials: BitSet
abstract def isNullable: BitSet
abstract def treeTransitions: (Int) => Set[TreeRHS]
abstract def hedgeTransitions: (Int) => Set[HedgeRHS]
| 
 | 
          Scala 1.3.0.7 | |||