Class CodeNode

  • All Implemented Interfaces:
    java.io.Serializable

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

      • start

        private int start
      • offset

        private int offset
    • Constructor Detail

      • CodeNode

        public CodeNode()
      • CodeNode

        public CodeNode​(int begin,
                        java.lang.String name,
                        char[] template,
                        int start,
                        int end)
      • CodeNode

        public CodeNode​(int begin,
                        java.lang.String name,
                        char[] template,
                        int start,
                        int end,
                        Node next)