|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Container
This interface represents a container that can be used by the parser to store parsed information
| Method Summary | |
|---|---|
int |
getState()
Get the current grammar state |
IStates |
getStates()
|
int |
getTransition()
Get the transition |
void |
setState(int state)
Set the new current state |
void |
setTransition(int transition)
Update the transition from a state to another |
| Method Detail |
|---|
int getState()
void setState(int state)
state - The new stateint getTransition()
void setTransition(int transition)
transition - The transition to setIStates getStates()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||