@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, 2014, Oracle and/or its affiliates. All rights reserved.