Package | Description |
---|---|
org.antlr.v4.codegen | |
org.antlr.v4.codegen.model | |
org.antlr.v4.codegen.model.chunk |
Modifier and Type | Method and Description |
---|---|
static List<ActionChunk> |
ActionTranslator.translateAction(OutputModelFactory factory,
RuleFunction rf,
org.antlr.runtime.Token tokenWithinAction,
ActionAST node) |
static List<ActionChunk> |
ActionTranslator.translateActionChunk(OutputModelFactory factory,
RuleFunction rf,
String action,
ActionAST node) |
Modifier and Type | Method and Description |
---|---|
static String |
ActionTranslator.toString(List<ActionChunk> chunks) |
Modifier and Type | Field and Description |
---|---|
ActionChunk |
ParserFile.contextSuperClass |
ActionChunk |
Recognizer.superClass |
Modifier and Type | Field and Description |
---|---|
List<ActionChunk> |
InvokeRule.argExprsChunks |
List<ActionChunk> |
Action.chunks |
List<ActionChunk> |
SemPred.failChunks
The translated chunks of the user-specified terminal option
fail ,
if it was used and the value is an action. |
Modifier and Type | Class and Description |
---|---|
class |
ActionTemplate |
class |
ActionText |
class |
ArgRef |
class |
LabelRef |
class |
ListLabelRef |
class |
LocalRef |
class |
NonLocalAttrRef |
class |
QRetValueRef |
class |
RetValueRef |
class |
RulePropertyRef |
class |
RulePropertyRef_ctx |
class |
RulePropertyRef_parser |
class |
RulePropertyRef_start |
class |
RulePropertyRef_stop |
class |
RulePropertyRef_text |
class |
SetAttr |
class |
SetNonLocalAttr |
class |
ThisRulePropertyRef_ctx |
class |
ThisRulePropertyRef_parser |
class |
ThisRulePropertyRef_start |
class |
ThisRulePropertyRef_stop |
class |
ThisRulePropertyRef_text |
class |
TokenPropertyRef |
class |
TokenPropertyRef_channel |
class |
TokenPropertyRef_index |
class |
TokenPropertyRef_int |
class |
TokenPropertyRef_line |
class |
TokenPropertyRef_pos |
class |
TokenPropertyRef_text |
class |
TokenPropertyRef_type |
class |
TokenRef |
Modifier and Type | Field and Description |
---|---|
List<ActionChunk> |
SetAttr.rhsChunks |
Constructor and Description |
---|
SetAttr(StructDecl ctx,
String name,
List<ActionChunk> rhsChunks) |
SetNonLocalAttr(StructDecl ctx,
String ruleName,
String name,
int ruleIndex,
List<ActionChunk> rhsChunks) |
Copyright © 1992–2020 ANTLR. All rights reserved.