| Package | Description |
|---|---|
| org.textmapper.lapg.api | |
| org.textmapper.lapg.api.builder | |
| org.textmapper.lapg.api.rule | |
| org.textmapper.lapg.builder | |
| org.textmapper.lapg.util |
| Modifier and Type | Method and Description |
|---|---|
Nonterminal |
Rule.getLeft() |
Nonterminal |
InputRef.getTarget() |
| Modifier and Type | Method and Description |
|---|---|
Nonterminal |
GrammarBuilder.addAnonymous(String nameHint,
SourceElement origin) |
Nonterminal |
GrammarBuilder.addNonterminal(String name,
SourceElement origin) |
Nonterminal |
GrammarBuilder.addShared(RhsPart part,
String nameHint) |
| Modifier and Type | Method and Description |
|---|---|
InputRef |
GrammarBuilder.addInput(Nonterminal inputSymbol,
boolean hasEoi,
SourceElement origin) |
void |
GrammarBuilder.addRule(Nonterminal left,
RhsPart rhSide,
Terminal prio) |
void |
GrammarMapper.map(Nonterminal symbol,
AstType type) |
| Modifier and Type | Method and Description |
|---|---|
Nonterminal |
RhsPart.getLeft() |
| Modifier and Type | Class and Description |
|---|---|
class |
LiNonterminal
evgeny, 10/27/12
|
| Modifier and Type | Method and Description |
|---|---|
static boolean |
GrammarFacade.rewriteAsList(Nonterminal n) |
| Modifier and Type | Method and Description |
|---|---|
static boolean |
RhsUtil.isNullable(RhsPart part,
List<Nonterminal> dependencies)
Returns true, if an empty string can be derived from "part".
|
Copyright © 2014. All rights reserved.