Java org.eclipse.jdt.core.dom DoStatement fields, constructors, methods, implement or subclass

Example usage for Java org.eclipse.jdt.core.dom DoStatement fields, constructors, methods, implement or subclass

Introduction

In this page you can find the methods, fields and constructors for org.eclipse.jdt.core.dom DoStatement.

The text is from its open source code.

Field

ChildPropertyDescriptorBODY_PROPERTY
The "body" structural property of this node type (child type: Statement ).

Constructor

DoStatement(AST ast)
Creates a new unparented do statement node owned by the given AST.

Method

StatementgetBody()
Returns the body of this do statement.
ExpressiongetExpression()
Returns the expression of this do statement.
voidsetBody(Statement statement)
Sets the body of this do statement.
voidsetExpression(Expression expression)
Sets the expression of this do statement.