Uses of Class
org.antlr.v4.codegen.model.chunk.ActionChunk
Packages that use ActionChunk
Package
Description
-
Uses of ActionChunk in org.antlr.v4.codegen
Fields in org.antlr.v4.codegen with type parameters of type ActionChunkModifier and TypeFieldDescription(package private) final List<ActionChunk> ActionTranslator.chunksMethods in org.antlr.v4.codegen that return types with arguments of type ActionChunkModifier and TypeMethodDescriptionstatic 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 ActionChunkModifier and TypeMethodDescriptionstatic StringActionTranslator.toString(List<ActionChunk> chunks) -
Uses of ActionChunk in org.antlr.v4.codegen.model
Fields in org.antlr.v4.codegen.model declared as ActionChunkFields in org.antlr.v4.codegen.model with type parameters of type ActionChunkModifier and TypeFieldDescriptionInvokeRule.argExprsChunksAction.chunksSemPred.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.chunkModifier and TypeClassDescriptionclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassclassFields in org.antlr.v4.codegen.model.chunk with type parameters of type ActionChunkConstructor parameters in org.antlr.v4.codegen.model.chunk with type arguments of type ActionChunkModifierConstructorDescriptionSetAttr(StructDecl ctx, String name, String escapedName, List<ActionChunk> rhsChunks) SetNonLocalAttr(StructDecl ctx, String ruleName, String name, String escapedName, int ruleIndex, List<ActionChunk> rhsChunks)