| Package | Description |
|---|---|
| foundation.rpg.automata |
| Modifier and Type | Method and Description |
|---|---|
LrItemSet |
LrParserConstructor.closure(Symbol symbol,
Set<LrItem> base) |
LrItemSet |
LrParserAutomata.getStart() |
| Modifier and Type | Method and Description |
|---|---|
Set<LrItemSet> |
LrParserAutomata.getSets() |
| Modifier and Type | Method and Description |
|---|---|
void |
LrParserAutomata.accept(LrItemSet itemSet,
LrItem lrItem) |
Map<Symbol,LrAction> |
LrParserAutomata.actionsFor(LrItemSet set) |
boolean |
LrParserAutomata.addState(LrItemSet itemSet) |
void |
LrParserAutomata.reduction(LrItemSet from,
Symbol lookahead,
LrItem item) |
void |
LrParserAutomata.transition(LrItemSet from,
Symbol symbol,
LrItemSet to) |
MapOfSets<Symbol,LrItem> |
LrParserConstructor.transitions(LrParserAutomata parser,
LrItemSet set) |
void |
LrAction.LrActionVisitor.visitGoto(LrItemSet set) |
| Constructor and Description |
|---|
Goto(LrItemSet to) |
LrParserAutomata(LrItemSet start,
Grammar grammar) |
Copyright © 2020. All rights reserved.