Class ActionChunk

java.lang.Object
org.antlr.v4.codegen.model.OutputModelObject
org.antlr.v4.codegen.model.chunk.ActionChunk
Direct Known Subclasses:
ActionTemplate, ActionText, RulePropertyRef, SymbolRefChunk, TokenPropertyRef

public class ActionChunk extends OutputModelObject
  • Field Details

    • ctx

      public StructDecl ctx
      Where is the ctx that defines attrs,labels etc... for this action?
  • Constructor Details

    • ActionChunk

      public ActionChunk(StructDecl ctx)