|
||||||||||
| 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 | |
|---|---|
Enum<Dsmlv2StatesEnum> |
getState()
Gets the current grammar state |
Enum<Dsmlv2StatesEnum>[] |
getStates()
|
Enum<Dsmlv2StatesEnum> |
getTransition()
Gets the transition |
void |
setState(Enum<Dsmlv2StatesEnum> state)
Sets the new current state |
void |
setTransition(Enum<Dsmlv2StatesEnum> transition)
Updates the transition from a state to another |
| Method Detail |
|---|
Enum<Dsmlv2StatesEnum> getState()
void setState(Enum<Dsmlv2StatesEnum> state)
state - The new stateEnum<Dsmlv2StatesEnum> getTransition()
void setTransition(Enum<Dsmlv2StatesEnum> transition)
transition - The transition to setEnum<Dsmlv2StatesEnum>[] getStates()
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||