Class CompiledDeclareNode

  • All Implemented Interfaces:
    java.io.Serializable

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

      • nestedNode

        private Node nestedNode
      • ce

        private java.io.Serializable ce
    • Constructor Detail

      • CompiledDeclareNode

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