fr.umlv.tatoo.runtime.tools
Class EnumLookaheadStates<T extends Enum<T>>

java.lang.Object
  extended by fr.umlv.tatoo.runtime.tools.EnumLookaheadStates<T>
All Implemented Interfaces:
LookaheadStates<T>

public class EnumLookaheadStates<T extends Enum<T>>
extends Object
implements LookaheadStates<T>


Constructor Summary
EnumLookaheadStates(ParserTable<T,?> table, Class<T> terminalType)
           
 
Method Summary
 EnumSet<T> getLookaheads(int state)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

EnumLookaheadStates

public EnumLookaheadStates(ParserTable<T,?> table,
                           Class<T> terminalType)
Method Detail

getLookaheads

public EnumSet<T> getLookaheads(int state)
Specified by:
getLookaheads in interface LookaheadStates<T extends Enum<T>>