net.sf.parser4j.kernelgenerator.entity.state
Class GotoByTerminalMap

java.lang.Object
  extended by net.sf.parser4j.kernelgenerator.entity.state.GotoByTerminalMap

public class GotoByTerminalMap
extends java.lang.Object

Author:
luc peuvrier

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

GotoByTerminalMap

public GotoByTerminalMap(IState fromState)
Method Detail

getFromState

public IState getFromState()

addGoto

public void addGoto(TerminalCharRange terminalCharRange,
                    IState state)

addDfaGoto

public void addDfaGoto(TerminalCharRange terminalCharRange,
                       IState state)

iterator

public java.util.Iterator<StateByTerminalRange> iterator()


Copyright © 2008-2009 Luc Peuvrier. All Rights Reserved.