#include <Xabsl2Option.h>
Inheritance diagram for Xabsl2TransitionToState:


Public Member Functions | |
| Xabsl2TransitionToState (Xabsl2InputSource &input, Xabsl2ErrorHandler &errorHandler, Xabsl2Array< Xabsl2State * > &states) | |
| Constructor. | |
| virtual Xabsl2State * | getNextState () |
| Executes the statement and determines the next active state (can be the same). | |
Private Attributes | |
| Xabsl2State * | nextState |
| The state where that transition points to. | |
Definition at line 117 of file Xabsl2Option.h.
|
||||||||||||||||
|
Constructor. Creates the transition object
Definition at line 134 of file Xabsl2Option.cpp. References Xabsl2Array< T >::getElement(), Xabsl2ErrorHandler::message(), Xabsl2NamedItem::n, nextState, Xabsl2InputSource::readString(), and XABSL2_DEBUG_INIT. |
Here is the call graph for this function:

|
|
Executes the statement and determines the next active state (can be the same).
Implements Xabsl2Statement. Definition at line 146 of file Xabsl2Option.cpp. References nextState. |
|
|
The state where that transition points to.
Definition at line 136 of file Xabsl2Option.h. Referenced by getNextState(), and Xabsl2TransitionToState(). |
1.3.6