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

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

Introduction

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

The text is from its open source code.

Field

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

Constructor

ReturnStatement(AST ast)
Creates a new AST node for a return statement owned by the given AST.

Method

ExpressiongetExpression()
Returns the expression of this return statement, or null if there is none.
voidsetExpression(Expression expression)
Sets or clears the expression of this return statement.