Class CompiledForEachNode

  • All Implemented Interfaces:
    java.io.Serializable

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

      • nestedNode

        public Node nestedNode
      • ce

        private java.io.Serializable[] ce
      • item

        private java.lang.String[] item
      • sepExpr

        private char[] sepExpr
      • cSepExpr

        private java.io.Serializable cSepExpr
    • Constructor Detail

      • CompiledForEachNode

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