Class QuantifiedExpressionNode.QEIteration

  • Enclosing class:
    QuantifiedExpressionNode

    public static class QuantifiedExpressionNode.QEIteration
    extends java.lang.Object
    • Constructor Summary

      Constructors 
      Constructor Description
      QEIteration​(java.lang.String name, java.lang.Iterable values)  
    • 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

      • QEIteration

        public QEIteration​(java.lang.String name,
                           java.lang.Iterable values)
    • Method Detail

      • hasNextValue

        public boolean hasNextValue()
      • getNextValue

        public java.lang.Object getNextValue()
      • getName

        public java.lang.String getName()