- All Superinterfaces:
 StatementTree,Tree
A tree node for a 
return statement.
 For example:
 return; return expression;
- See Java Language Specification:
 - 
14.17 The return Statement
 - Since:
 - 1.6
 
- 
Nested Class Summary
 - 
Method Summary
Modifier and TypeMethodDescriptionReturns the expression to be returned. 
- 
Method Details
- 
getExpression
ExpressionTree getExpression()Returns the expression to be returned.- Returns:
 - the expression
 
 
 -