|
Scala
1.3.0.7 |
|||
Object Summary | |
case
|
object AnyHedgeRHS
right hand side of a hedge production, deriving any hedge |
case
|
object AnyTreeRHS
|
case
|
object EmptyHedgeRHS
right hand side of a hedge production, deriving the empty hedge |
Class Summary | |
case
|
class ConsRHS(tnt: Int, hnt: Int)
right hand side of a hedge production, deriving a single tree |
abstract
|
class HedgeRHS()
|
abstract
|
class ImmutableTreeHedgeGrammar()
a mutable representation of hedge grammars. |
case
|
class LabelledRHS[A](label: A, hnt: Int)
right hand side of a tree production, labelled with a letter from an alphabet |
class MutableTreeHedgeGrammar[A]()
a mutable representation of hedge grammars. |
|
abstract
|
class TreeHedgeGrammar()
a mutable representation of hedge grammars. |
abstract
|
class TreeRHS()
right hand side of a tree production |
|
Scala
1.3.0.7 |
|||