FileDocCategorySizeDatePackage
ReturnTree.javaAPI DocJava SE 6 API717Tue Jun 10 00:23:26 BST 2008com.sun.source.tree

ReturnTree

public interface ReturnTree implements StatementTree
A tree node for a 'return' statement. For example:
return;
return expression;
see
"The Java Language Specification, 3rd ed, section 14.17"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6

Fields Summary
Constructors Summary
Methods Summary
public com.sun.source.tree.ExpressionTreegetExpression()