|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object net.sf.parser4j.kernelgenerator.entity.state.syntax.StateMap
public class StateMap
Constructor Summary | |
---|---|
StateMap()
|
Method Summary | |
---|---|
void |
addState(State state)
add state if state exist return false, else add new state and set its state identifier number |
State |
existingState(State state)
|
int |
numberOfState()
|
State |
stateByIdentifier(int stateIdentifier)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StateMap()
Method Detail |
---|
public State existingState(State state)
state
-
public void addState(State state)
state
- state to add, can already existpublic State stateByIdentifier(int stateIdentifier)
stateIdentifier
-
public int numberOfState()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |