Class ForExpressionNode.ForIteration

  • Enclosing class:
    ForExpressionNode

    public static class ForExpressionNode.ForIteration
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      ForIteration​(java.lang.String name, java.lang.Iterable values)  
      ForIteration​(java.lang.String name, java.math.BigDecimal start, java.math.BigDecimal end)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()  
      java.lang.Object getNextValue()  
      boolean hasNextValue()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ForIteration

        public ForIteration​(java.lang.String name,
                            java.lang.Iterable values)
      • ForIteration

        public ForIteration​(java.lang.String name,
                            java.math.BigDecimal start,
                            java.math.BigDecimal end)
    • Method Detail

      • hasNextValue

        public boolean hasNextValue()
      • getNextValue

        public java.lang.Object getNextValue()
      • getName

        public java.lang.String getName()