in scala/util/grammar
class LabelledRHS

case class LabelledRHS[A <: Alphabet](label: A, hnt: Int)
extends TreeRHS
with ScalaObject
with CaseClass

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

Field Summary
  val hnt: Int
  val label: A

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/CaseClass-class
caseArity, caseElement

Field Detail

label

  val label: A

hnt

  val hnt: Int