|
||||||||||
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.GotoByTerminalMap
public class GotoByTerminalMap
Constructor Summary | |
---|---|
GotoByTerminalMap(IState fromState)
|
Method Summary | |
---|---|
void |
addDfaGoto(TerminalCharRange terminalCharRange,
IState state)
|
void |
addGoto(TerminalCharRange terminalCharRange,
IState state)
|
IState |
getFromState()
|
java.util.Iterator<StateByTerminalRange> |
iterator()
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public GotoByTerminalMap(IState fromState)
Method Detail |
---|
public IState getFromState()
public void addGoto(TerminalCharRange terminalCharRange, IState state)
public void addDfaGoto(TerminalCharRange terminalCharRange, IState state)
public java.util.Iterator<StateByTerminalRange> iterator()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |