mocman.interpreter.syntax
Class ParserTable

java.lang.Object
  extended by mocman.interpreter.syntax.ParserTable

public class ParserTable
extends java.lang.Object


Field Summary
static int EMPTY
           
static int PARSE_ERROR
           
static int POP
           
 
Constructor Summary
ParserTable()
           
 
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
 

Field Detail

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
Constructor Detail

ParserTable

public ParserTable()
Method Detail

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()