Action

object Action
Companion:
class
trait Sum
trait Mirror
class Object
trait Matchable
class Any
Action.type

Type members

Classlikes

case object Accept extends EOFAction
sealed trait EOFAction extends Simple
final case class LookAhead(actionsOnTerminals: Map[Term, Action], actionOnEOF: Option[EOFAction]) extends Action
final case class Push(toStateId: Int) extends Simple
final case class Reduce(nt: NonTerminal, prodNIdx: Int) extends EOFAction
sealed trait Simple extends Action

Inherited types

type MirroredElemLabels <: Tuple

The names of the product elements

The names of the product elements

Inherited from:
Mirror
type MirroredLabel <: String

The name of the type

The name of the type

Inherited from:
Mirror