|
Scala
1.2.0.1 |
|||
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 <: Alphabet]()
a mutable representation of hedge grammars. |
case
|
class LabelledRHS[A <: Alphabet](label: A, hnt: Int)
right hand side of a tree production, labelled with a letter from an alphabet |
class MutableTreeHedgeGrammar[A <: Alphabet]()
a mutable representation of hedge grammars. |
|
abstract
|
class TreeHedgeGrammar[A <: Alphabet]()
a mutable representation of hedge grammars. |
abstract
|
class TreeRHS()
right hand side of a tree production |
|
Scala
1.2.0.1 |
|||