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
|
| Modifier and Type | Method and Description |
|---|---|
String |
getState(int state)
Gets the specified state
|
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–2016 The Apache Software Foundation. All rights reserved.