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

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

Introduction

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

The text is from its open source code.

Field

ChildPropertyDescriptorEXPRESSION_PROPERTY
The "expression" structural property of this node type (child type: Expression ).

Constructor

ExpressionStatement(AST ast)
Creates a new unparented expression statement node owned by the given AST.

Method

ExpressiongetExpression()
Returns the expression of this expression statement.
voidsetExpression(Expression expression)
Sets the expression of this expression statement.