Accept

final case class Accept[Tok <: Token, NT <: NonTerminal, NTRoot <: NT](stackF: PartialFunction[List[StackElement[Tok, NT, NTRoot]], NTRoot]) extends Action[Tok, NT, NTRoot]
trait Serializable
trait Product
trait Equals
trait Action[Tok, NT, NTRoot]
class Object
trait Matchable
class Any

Value members

Inherited methods

def productElementNames: Iterator[String]
Inherited from:
Product
def productIterator: Iterator[Any]
Inherited from:
Product