接口的使用
com.sun.source.tree.CatchTree
使用 CatchTree 的包
-
CatchTree 在 com.sun.source.tree 中的用法
返回类型中包含 CatchTree 类型参数的 com.sun.source.tree 中的方法com.sun.source.tree 中的方法,参数类型为 CatchTree -
CatchTree 在 com.sun.source.util 中的用法
com.sun.source.util 中的方法,参数类型为 CatchTree修饰符和类型方法描述abstract TypeMirror返回在 catch 子句中声明的异常参数的 lub。SimpleTreeVisitor.visitCatch(CatchTree node, P p) 访问CatchTree节点。TreeScanner.visitCatch(CatchTree node, P p) 访问CatchTree节点。