- 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 SummaryModifier and TypeMethodDescriptionReturns the expression to be returned.
- 
Method Details- 
getExpressionExpressionTree getExpression()Returns the expression to be returned.- Returns:
- the expression
 
 
-