|
Scala
1.2.0.1 |
|||
Method Summary | |
abstract
|
def hedgeInitials: BitSet
inv: hedgeInitials.size == nHedgeNT |
abstract
|
def hedgeTransitions: (Int) => Set[HedgeRHS]
|
abstract
|
def isNullable: BitSet
inv: isNullable.size == nHedgeNT |
abstract
|
def nHedgeNT: Int
number of hedge nonterminals |
abstract
|
def nTreeNT: Int
number of tree nonterminals |
abstract
|
def treeInitials: BitSet
inv: 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 |
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.2.0.1 |
|||