Interface ReturnStatementTree

All Superinterfaces:
StatementTree, Tree
All Known Implementing Classes:
ReturnStatementTreeImpl

@Beta public interface ReturnStatementTree extends StatementTree
'return' statement. JLS 14.17
   return ;
   return expression() ;
 
Since:
Java 1.3