Action

slyce.parse.Grammar$.State$.Action$
See theAction companion trait
object Action

Attributes

Companion
trait
Graph
Supertypes
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Self type
Action.type

Members list

Type members

Classlikes

final case class Accept[Tok <: Token, NT <: NonTerminal, NTRoot <: NT](stackF: PartialFunction[List[StackElement[Tok, NT, NTRoot]], NTRoot]) extends Action[Tok, NT, NTRoot]

Attributes

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

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Action[Tok, NT, NTRoot]
class Object
trait Matchable
class Any
Show all
final case class Shift[Tok <: Token, NT <: NonTerminal, NTRoot <: NT](to: State[Tok, NT, NTRoot]) extends Action[Tok, NT, NTRoot]

Attributes

Supertypes
trait Serializable
trait Product
trait Equals
trait Action[Tok, NT, NTRoot]
class Object
trait Matchable
class Any
Show all

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Attributes

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Attributes

Inherited from:
Mirror