|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
This interface is used to store the different states of a grammar. While tracing debugging information, the methods to dump the current state as a string are called.
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 |
getGrammarName(IGrammar grammar)
Return the grammar name from a grammar |
java.lang.String |
getGrammarName(int grammar)
Return the grammar name from a grammar number |
java.lang.String |
getState(int state)
Get the current state |
Field Detail |
public static final int INIT_GRAMMAR_STATE
public static final int GRAMMAR_END
public static final int END_STATE
Method Detail |
public java.lang.String getState(int state)
public java.lang.String getGrammarName(IGrammar grammar)
public java.lang.String getGrammarName(int grammar)
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |