@Exported public interface TryTree extends StatementTree
   try
       block
   catches
   finally
       finallyBlock
 | 修飾子と型 | メソッド | 説明 | 
|---|---|---|
| BlockTree | getBlock() | |
| List<? extends CatchTree> | getCatches() | |
| BlockTree | getFinallyBlock() | |
| List<? extends Tree> | getResources() | 
 Copyright © 2005, 2025, Oracle and/or its affiliates.  All rights reserved.