|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface IStates
This interface is used to store the different states of a grammar.
Field Summary | |
---|---|
static int |
END_STATE
The END_STATE |
static int |
GRAMMAR_END
The ending state for every grammars |
static int |
INIT_GRAMMAR_STATE
The initial state of every grammar |
Method Summary | |
---|---|
java.lang.String |
getState(int state)
Gets the specified state |
Field Detail |
---|
static final int INIT_GRAMMAR_STATE
static final int GRAMMAR_END
static final int END_STATE
Method Detail |
---|
java.lang.String getState(int state)
state
- the identifier of the state
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |