Class ForNode.LoopVariables

  • Enclosing class:
    ForNode

    public static class ForNode.LoopVariables
    extends java.lang.Object
    • Field Detail

      • first

        private boolean first
      • last

        private boolean last
      • index

        private int index
    • Constructor Detail

      • LoopVariables

        public LoopVariables()
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • isFirst

        public boolean isFirst()
      • isLast

        public boolean isLast()
      • getIndex

        public int getIndex()