Interface ForLoopTree

    • Method Detail

      • getInitializer

        ExpressionTree getInitializer()
        Returns the initializer expression of this 'for' statement.
        Returns:
        the initializer expression
      • getUpdate

        ExpressionTree getUpdate()
        Returns the update expression of this 'for' statement.
        Returns:
        the update expression
      • getStatement

        StatementTree getStatement()
        Returns the statement contained in this 'for' statement.
        Specified by:
        getStatement in interface LoopTree
        Returns:
        the statement