mocman.interpreter.syntax
Class ParserTable
java.lang.Object
mocman.interpreter.syntax.ParserTable
public class ParserTable
- extends java.lang.Object
Method Summary |
static int |
get(int i,
int j)
|
static int |
getHash()
|
static java.lang.String |
getHTML()
|
static java.lang.String |
getS()
|
static void |
insert(int i,
int j,
int ruleindex)
|
static int |
nextRule(int term,
int rule)
|
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
POP
public static final int POP
- See Also:
- Constant Field Values
PARSE_ERROR
public static final int PARSE_ERROR
- See Also:
- Constant Field Values
EMPTY
public static final int EMPTY
- See Also:
- Constant Field Values
ParserTable
public ParserTable()
insert
public static void insert(int i,
int j,
int ruleindex)
getS
public static java.lang.String getS()
getHTML
public static java.lang.String getHTML()
get
public static int get(int i,
int j)
nextRule
public static int nextRule(int term,
int rule)
getHash
public static int getHash()