Uses of Interface
com.sun.source.tree.CatchTree
-
Packages that use CatchTree 软件包 描述 com.sun.source.tree 提供用于将源代码表示为抽象语法树(AST)的接口。com.sun.source.util 为抽象语法树(AST)的操作提供实用程序。 -
-
Uses of CatchTree in com.sun.source.tree
Methods in com.sun.source.tree that return types with arguments of type CatchTree Modifier and Type 方法 描述 List<? extends CatchTree>
TryTree. getCatches()
返回try
语句中提供的任何catch块。Methods in com.sun.source.tree with parameters of type CatchTree Modifier and Type 方法 描述 R
TreeVisitor. visitCatch(CatchTree node, P p)
访问CatchTree节点。 -
Uses of CatchTree in com.sun.source.util
Methods in com.sun.source.util with parameters of type CatchTree Modifier and Type 方法 描述 abstract TypeMirror
Trees. getLub(CatchTree tree)
返回在catch子句中声明的异常参数的lub。R
SimpleTreeVisitor. visitCatch(CatchTree node, P p)
访问CatchTree节点。R
TreeScanner. visitCatch(CatchTree node, P p)
Visits a CatchTree node.
-