|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use AmbiguityException | |
com.inxar.syntacs.automaton.pushdown | Defines classes which implement pushdown automata and their construction. |
Uses of AmbiguityException in com.inxar.syntacs.automaton.pushdown |
Methods in com.inxar.syntacs.automaton.pushdown that throw AmbiguityException | |
void |
ArrayDPAConstructor.shift(int state,
int symbol,
int nextState)
|
void |
ArrayDPAConstructor.reduce(int state,
int symbol,
int production)
|
void |
ArrayDPAConstructor.accept(int state,
int symbol)
|
void |
ArrayDPAConstructor.go(int state,
int symbol,
int nextState)
|
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |