Interface IExpressionIterator

    • Method Detail

      • getExpressionsCount

        int getExpressionsCount()
        Returns the number of expression.
        Returns:
        the number of expressions
      • getExpression

        Expression getExpression​(int index)
        Returns the specified expression.
        Parameters:
        index - the 0-based index of the expression
        Returns:
        the expression
        Throws:
        java.lang.IndexOutOfBoundsException - if index<0 || index>=#getExpressionListCount()