Pushdown::Transition::
Push class
Superclass | Pushdown::Transition |
A push transition – add an instance of a given State to the top of the state stack.
Attributes
- data R
The data object to pass to the
state_class
‘s constructor- state_class R
The State to push to.
Public Class Methods
Create a transition that will Push
an instance of the given state_class
to the stack.
Public Instance Methods
Apply the transition to the given stack
.