| Modifier and Type | Interface and Description |
|---|---|
interface |
Nonterminal
evgeny, 10/27/12
|
interface |
Terminal
evgeny, 11/16/12
|
| Modifier and Type | Method and Description |
|---|---|
Symbol |
Grammar.getEoi() |
Symbol |
Grammar.getError() |
Symbol |
Terminal.getSoftClass() |
Symbol[] |
ParserData.getSymbols() |
Symbol[] |
ParserConflict.Input.getSymbols() |
Symbol[] |
Grammar.getSymbols() |
| Modifier and Type | Method and Description |
|---|---|
RhsCast |
GrammarBuilder.cast(Symbol asSymbol,
RhsPart inner,
SourceElement origin) |
RhsSet |
GrammarBuilder.set(RhsSet.Operation operation,
Symbol symbol,
Collection<RhsSet> parts,
SourceElement origin) |
RhsSymbol |
GrammarBuilder.symbol(Symbol sym,
SourceElement origin) |
| Modifier and Type | Method and Description |
|---|---|
Symbol |
RhsSet.getSymbol() |
Symbol |
RhsSymbol.getTarget() |
Symbol |
RhsCast.getTarget() |
| Modifier and Type | Class and Description |
|---|---|
class |
LiNonterminal
evgeny, 10/27/12
|
class |
LiTerminal
evgeny, 11/16/12
|
| Modifier and Type | Method and Description |
|---|---|
Symbol |
LiTerminal.getSoftClass() |
Symbol |
LiRhsSet.getSymbol() |
| Modifier and Type | Method and Description |
|---|---|
static String |
LiUtil.getSymbolName(Symbol s) |
| Constructor and Description |
|---|
LiRhsSet(RhsSet.Operation operation,
Symbol symbol,
LiRhsSet[] parts,
SourceElement origin) |
| Modifier and Type | Field and Description |
|---|---|
static Comparator<Symbol> |
SymbolUtil.COMPARATOR |
| Modifier and Type | Method and Description |
|---|---|
Symbol[] |
LalrConflict.InputImpl.getSymbols() |
| Modifier and Type | Method and Description |
|---|---|
List<LalrConflict> |
ConflictBuilder.getMergedConflicts(int state,
Symbol[] input,
short[] next,
int[] classterm) |
| Constructor and Description |
|---|
LalrConflict.InputImpl(int state,
Symbol[] symbols) |
| Modifier and Type | Method and Description |
|---|---|
static Symbol |
RhsUtil.getRepresentative(RhsPart part) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RhsUtil.containsRef(RhsPart part,
Symbol ref) |
Copyright © 2014. All rights reserved.