Module jdk.compiler

Interface ReturnTree

All Superinterfaces:
StatementTree, Tree

public interface ReturnTree extends StatementTree
A tree node for a return statement. For example:
   return;
   return expression;
 
See Java Language Specification:
14.17 The return Statement
Since:
1.6