public class LrParserAutomata extends Object
| Constructor and Description |
|---|
LrParserAutomata(LrItemSet start,
Grammar grammar) |
| Modifier and Type | Method and Description |
|---|---|
void |
accept(LrItemSet itemSet,
LrItem lrItem) |
Map<Symbol,LrAction> |
actionsFor(LrItemSet set) |
boolean |
addState(LrItemSet itemSet) |
Grammar |
getGrammar() |
Set<LrItemSet> |
getSets() |
LrItemSet |
getStart() |
void |
reduction(LrItemSet from,
Symbol lookahead,
LrItem item) |
String |
toString() |
void |
transition(LrItemSet from,
Symbol symbol,
LrItemSet to) |
Copyright © 2020. All rights reserved.