Class CompiledCodeNode

  • All Implemented Interfaces:
    java.io.Serializable

    public class CompiledCodeNode
    extends Node
    See Also:
    Serialized Form
    • Field Detail

      • ce

        private java.io.Serializable ce
    • Constructor Detail

      • CompiledCodeNode

        public CompiledCodeNode()
      • CompiledCodeNode

        public CompiledCodeNode​(int begin,
                                java.lang.String name,
                                char[] template,
                                int start,
                                int end,
                                ParserContext context)