|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--org.metasyntactic.math.automata.LRParseTable | +--org.metasyntactic.math.automata.SimpleParseTable
Nested Class Summary |
Nested classes inherited from class org.metasyntactic.math.automata.LRParseTable |
LRParseTable.Accept, LRParseTable.Action, LRParseTable.Error, LRParseTable.Reduce, LRParseTable.Shift, LRParseTable.StateAndSymbol |
Field Summary |
Fields inherited from class org.metasyntactic.math.automata.LRParseTable |
actions, characterClasses, gotos, nonterminals, productionToNum, startState, states, terminals |
Constructor Summary | |
protected |
SimpleParseTable()
So we can export items, closure, and _goto to LookAheadParseTable |
|
SimpleParseTable(AugmentedGrammar g_prime)
|
|
SimpleParseTable(ContextFreeGrammar G)
|
Method Summary | |
protected static java.util.Set |
constructStartState(AugmentedGrammar G_prime)
|
static void |
main(java.lang.String[] args)
|
Methods inherited from class org.metasyntactic.math.automata.LRParseTable |
accept, accept, addAccept, addAcceptListener, addError, addErrorListener, addGoto, addProduction, addReduce, addReduceListener, addShift, addShiftListener, addState, getLargeTable, newToString, removeAcceptListener, removeErrorListener, removeReduceListener, removeShiftListener, setStartState, toString |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
protected SimpleParseTable()
public SimpleParseTable(AugmentedGrammar g_prime) throws ParseTableConflict
public SimpleParseTable(ContextFreeGrammar G) throws ParseTableConflict
Method Detail |
protected static java.util.Set constructStartState(AugmentedGrammar G_prime)
public static void main(java.lang.String[] args)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |