Uses of Interface
jdk.nashorn.api.tree.CatchTree
-
Packages that use CatchTree 软件包 描述 jdk.nashorn.api.tree Nashorn解析器API提供了将ECMAScript源代码表示为抽象语法树(AST)和解析器来解析ECMAScript源脚本的接口。 -
-
Uses of CatchTree in jdk.nashorn.api.tree
Methods in jdk.nashorn.api.tree that return types with arguments of type CatchTree Modifier and Type 方法 描述 List<? extends CatchTree>
TryTree. getCatches()
返回与'try'关联的'catch'语句的列表。Methods in jdk.nashorn.api.tree with parameters of type CatchTree Modifier and Type 方法 描述 R
SimpleTreeVisitorES5_1. visitCatch(CatchTree node, P r)
R
TreeVisitor. visitCatch(CatchTree node, P p)
访问catch块语句树。
-