-
Nested Class Summary
Nested classes/interfaces declared in interface com.sun.source.tree.Tree
Tree.Kind
-
Method Summary
返回try
语句中提供的finally块,如果没有则返回null
。
-
Method Details
-
getBlock
返回try
语句的块。
-
返回:
-
该块
-
getCatches
返回try
语句中提供的任何catch块。如果没有catch块,则结果将是一个空列表。
-
返回:
-
catch块
-
getFinallyBlock
返回try
语句中提供的finally块,如果没有则返回null
。
-
返回:
-
finally块
-
getResources
返回try
语句中提供的任何资源声明。如果没有资源声明,则结果将是一个空列表。
-
返回:
-
资源声明