fr.umlv.tatoo.runtime.parser
Class ParserTable<T,P>
java.lang.Object
fr.umlv.tatoo.runtime.parser.ParserTable<T,P>
- Type Parameters:
T - type of a terminal.P - type of a production.
public class ParserTable<T,P>
- extends Object
- Version:
- $Revision: 1.12 $
$Date: 2005/11/27 14:22:45 $
- Author:
- julien
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ParserTable
public ParserTable(Map<T,Action<T,P>[]> table,
int stateNb,
T eof)
getActions
public Action<T,P>[] getActions(T terminal)
getStateNb
public int getStateNb()
getMap
public Map<T,Action<T,P>[]> getMap()
getEof
public T getEof()