Shift

final case class Shift[Tok <: Token, NT <: NonTerminal, NTRoot <: NT](to: State[Tok, NT, 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