slyce.parse.Grammar$.State$.Action$
See theAction companion trait
object Action
Attributes
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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow 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 Serializabletrait Producttrait Equalsclass Objecttrait Matchableclass AnyShow all
Inherited types
The names of the product elements
The names of the product elements
Attributes
- Inherited from:
- Mirror
The name of the type
The name of the type
Attributes
- Inherited from:
- Mirror
In this article