Module jdk.compiler

Interface TryTree

All Superinterfaces:
StatementTree, Tree

public interface TryTree extends StatementTree
A tree node for a try statement. For example:
   try
       block
   catches
   finally
       finallyBlock
 
See Java Language Specification:
14.20 The try statement
Since:
1.6