Class ASTDoStatement

    • Method Detail

      • getGuardExpressionNode

        @Deprecated
        public ASTExpression getGuardExpressionNode()
        Deprecated.
        Returns the node that represents the guard of this loop. This may be any expression of type boolean.
      • getCondition

        public ASTExpression getCondition()
        Returns the node that represents the guard of this loop. This may be any expression of type boolean.
      • getBody

        public ASTStatement getBody()
        Returns the statement that will be run while the guard evaluates to true.