Class ActionText

    • Field Summary

      Fields 
      Modifier and Type Field Description
      java.lang.String text  
      • Fields inherited from class org.antlr.v4.codegen.model.chunk.ActionChunk

        ctx
    • Constructor Summary

      Constructors 
      Constructor Description
      ActionText​(StructDecl ctx, java.lang.String text)  
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

      • text

        public java.lang.String text
    • Constructor Detail

      • ActionText

        public ActionText​(StructDecl ctx,
                          java.lang.String text)