Package | Description |
---|---|
org.antlr.v4.codegen | |
org.antlr.v4.codegen.model | |
org.antlr.v4.semantics | |
org.antlr.v4.tool | |
org.antlr.v4.tool.ast |
Modifier and Type | Field and Description |
---|---|
Alternative |
OutputModelController.currentOuterMostAlt |
Modifier and Type | Method and Description |
---|---|
Alternative |
OutputModelController.getCurrentOuterMostAlt() |
Alternative |
DefaultOutputModelFactory.getCurrentOuterMostAlt() |
Alternative |
OutputModelFactory.getCurrentOuterMostAlt() |
Modifier and Type | Method and Description |
---|---|
CodeBlockForAlt |
OutputModelController.alternative(Alternative alt,
boolean outerMost) |
CodeBlockForAlt |
BlankOutputModelFactory.alternative(Alternative alt,
boolean outerMost) |
CodeBlockForAlt |
ParserFactory.alternative(Alternative alt,
boolean outerMost) |
CodeBlockForAlt |
OutputModelFactory.alternative(Alternative alt,
boolean outerMost) |
CodeBlockForAlt |
OutputModelController.epsilon(Alternative alt,
boolean outerMost) |
CodeBlockForAlt |
BlankOutputModelFactory.epsilon(Alternative alt,
boolean outerMost) |
CodeBlockForAlt |
ParserFactory.epsilon(Alternative alt,
boolean outerMost) |
CodeBlockForAlt |
OutputModelFactory.epsilon(Alternative alt,
boolean outerMost) |
void |
OutputModelController.setCurrentOuterMostAlt(Alternative currentOuterMostAlt) |
Modifier and Type | Field and Description |
---|---|
Alternative |
CodeBlockForOuterMostAlt.alt
The alternative.
|
Constructor and Description |
---|
CodeBlockForOuterMostAlt(OutputModelFactory factory,
Alternative alt) |
Modifier and Type | Field and Description |
---|---|
Alternative |
AttributeChecks.alt |
Alternative |
ActionSniffer.alt |
Constructor and Description |
---|
ActionSniffer(Grammar g,
Rule r,
Alternative alt,
ActionAST node,
org.antlr.runtime.Token actionToken) |
AttributeChecks(Grammar g,
Rule r,
Alternative alt,
ActionAST node,
org.antlr.runtime.Token actionToken) |
Modifier and Type | Field and Description |
---|---|
Alternative[] |
Rule.alt
1..n alts
|
Modifier and Type | Field and Description |
---|---|
Alternative |
AltAST.alt |
Copyright © 1992–2020 ANTLR. All rights reserved.