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
Fields in org.antlr.v4.codegen with type parameters of type ActionChunk Modifier and Type Field Description (package private) java.util.List<ActionChunk>ActionTranslator. chunksMethods in org.antlr.v4.codegen that return types with arguments of type ActionChunk Modifier and Type Method Description static java.util.List<ActionChunk>ActionTranslator. translateAction(OutputModelFactory factory, RuleFunction rf, org.antlr.runtime.Token tokenWithinAction, ActionAST node)static java.util.List<ActionChunk>ActionTranslator. translateActionChunk(OutputModelFactory factory, RuleFunction rf, java.lang.String action, ActionAST node)Method parameters in org.antlr.v4.codegen with type arguments of type ActionChunk Modifier and Type Method Description static java.lang.StringActionTranslator. toString(java.util.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 java.util.List<ActionChunk>InvokeRule. argExprsChunksjava.util.List<ActionChunk>Action. chunksjava.util.List<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 java.util.List<ActionChunk>SetAttr. rhsChunksConstructor parameters in org.antlr.v4.codegen.model.chunk with type arguments of type ActionChunk Constructor Description SetAttr(StructDecl ctx, java.lang.String name, java.lang.String escapedName, java.util.List<ActionChunk> rhsChunks)SetNonLocalAttr(StructDecl ctx, java.lang.String ruleName, java.lang.String name, java.lang.String escapedName, int ruleIndex, java.util.List<ActionChunk> rhsChunks)
-