public interface IStates
Modifier and Type | Field and Description |
---|---|
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
|
static final int INIT_GRAMMAR_STATE
static final int GRAMMAR_END
static final int END_STATE
String getState(int state)
state
- the identifier of the stateCopyright © 2003-2013 The Apache Software Foundation. All Rights Reserved.