scala.util

grammar

package grammar

Type Members

  1. class ConsRHS(tnt: Int, hnt: Int) extends HedgeRHS with Product

    right hand side of a hedge production, deriving a single tree

  2. class HedgeRHS extends AnyRef

  3. class LabelledRHS[A](label: A, hnt: Int) extends TreeRHS with Product

    right hand side of a tree production, labelled with a letter from an alphabet

  4. class TreeRHS extends AnyRef

    right hand side of a tree production

Value Members

  1. object AnyHedgeRHS extends HedgeRHS with Product

    right hand side of a hedge production, deriving any hedge

  2. object AnyTreeRHS extends TreeRHS with Product

  3. object EmptyHedgeRHS extends HedgeRHS with Product

    right hand side of a hedge production, deriving the empty hedge