Uses of Class
org.antlr.v4.codegen.model.chunk.ActionChunk
Packages that use ActionChunk
Package
Description
-
Uses of ActionChunk in org.antlr.v4.codegen
Methods 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 String
ActionTranslator.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.argExprsChunks
Action.chunks
SemPred.failChunks
The 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 TypeClassDescriptionclass
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
class
Fields 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, List<ActionChunk> rhsChunks) SetNonLocalAttr
(StructDecl ctx, String ruleName, String name, int ruleIndex, List<ActionChunk> rhsChunks)