Uses of Class
org.antlr.v4.codegen.model.chunk.ActionChunk
-
Packages that use ActionChunk Package Description org.antlr.v4.codegen org.antlr.v4.codegen.model org.antlr.v4.codegen.model.chunk -
-
Uses of ActionChunk in org.antlr.v4.codegen
Methods in org.antlr.v4.codegen that return types with arguments of type ActionChunk Modifier and Type Method 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)Method parameters in org.antlr.v4.codegen with type arguments of type ActionChunk Modifier and Type Method Description static StringActionTranslator. toString(List<ActionChunk> chunks) -
Uses of ActionChunk in org.antlr.v4.codegen.model
Fields in org.antlr.v4.codegen.model declared as ActionChunk Modifier and Type Field Description ActionChunkParserFile. contextSuperClassActionChunkRecognizer. superClassFields in org.antlr.v4.codegen.model with type parameters of type ActionChunk Modifier and Type Field Description List<ActionChunk>InvokeRule. argExprsChunksList<ActionChunk>Action. chunksList<ActionChunk>SemPred. failChunksThe translated chunks of the user-specified terminal optionfail, if it was used and the value is an action. -
Uses of ActionChunk in org.antlr.v4.codegen.model.chunk
Subclasses of ActionChunk in org.antlr.v4.codegen.model.chunk Modifier and Type Class Description classActionTemplateclassActionTextclassArgRefclassLabelRefclassListLabelRefclassLocalRefclassNonLocalAttrRefclassQRetValueRefclassRetValueRefclassRulePropertyRefclassRulePropertyRef_ctxclassRulePropertyRef_parserclassRulePropertyRef_startclassRulePropertyRef_stopclassRulePropertyRef_textclassSetAttrclassSetNonLocalAttrclassSymbolRefChunkclassThisRulePropertyRef_ctxclassThisRulePropertyRef_parserclassThisRulePropertyRef_startclassThisRulePropertyRef_stopclassThisRulePropertyRef_textclassTokenPropertyRefclassTokenPropertyRef_channelclassTokenPropertyRef_indexclassTokenPropertyRef_intclassTokenPropertyRef_lineclassTokenPropertyRef_posclassTokenPropertyRef_textclassTokenPropertyRef_typeclassTokenRefFields in org.antlr.v4.codegen.model.chunk with type parameters of type ActionChunk Modifier and Type Field Description List<ActionChunk>SetAttr. rhsChunksConstructor parameters in org.antlr.v4.codegen.model.chunk with type arguments of type ActionChunk Constructor Description SetAttr(StructDecl ctx, String name, String escapedName, List<ActionChunk> rhsChunks)SetNonLocalAttr(StructDecl ctx, String ruleName, String name, String escapedName, int ruleIndex, List<ActionChunk> rhsChunks)
-