| Package | Description |
|---|---|
| org.antlr.v4.automata | |
| org.antlr.v4.parse | |
| org.antlr.v4.semantics | |
| org.antlr.v4.tool | |
| org.antlr.v4.tool.ast |
| Modifier and Type | Method and Description |
|---|---|
ATNFactory |
ParserATNFactory.sempred(PredAST
Build what amounts to an epsilon transition with a semantic predicate action.
|
ATNFactory |
ATNFactory.sempred(PredAST
Build what amounts to an epsilon transition with a semantic predicate action.
|
| Modifier and Type | Method and Description |
|---|---|
void |
GrammarTreeVisitor.sempredInAlt(PredAST
|
| Modifier and Type | Method and Description |
|---|---|
void |
SymbolCollector.sempredInAlt(PredAST
|
| Modifier and Type | Field and Description |
|---|---|
LinkedHashMap |
Grammar.indexToPredMap
Map the other direction upon demand
|
LinkedHashMap |
Grammar.sempreds
All sempreds found in grammar; maps tree node to sempred index; sempred index is 0..n-1
|
| Modifier and Type | Method and Description |
|---|---|
LinkedHashMap |
Grammar.getIndexToPredicateMap()
|
| Modifier and Type | Method and Description |
|---|---|
void |
Rule.definePredicateInAlt(int currentAlt, PredAST
|
| Modifier and Type | Method and Description |
|---|---|
PredAST |
PredAST.dupNode()
|
| Modifier and Type | Method and Description |
|---|---|
Object |
GrammarASTVisitor.visit(PredAST
|
| Constructor and Description | |
|---|---|
PredAST(PredAST
|