Uses of Interface
jdk.nashorn.api.tree.ParenthesizedTree
-
Packages that use ParenthesizedTree 软件包 描述 jdk.nashorn.api.tree Nashorn解析器API提供了将ECMAScript源代码表示为抽象语法树(AST)和解析器来解析ECMAScript源脚本的接口。 -
-
Uses of ParenthesizedTree in jdk.nashorn.api.tree
Methods in jdk.nashorn.api.tree with parameters of type ParenthesizedTree Modifier and Type 方法 描述 R
SimpleTreeVisitorES5_1. visitParenthesized(ParenthesizedTree node, P r)
R
TreeVisitor. visitParenthesized(ParenthesizedTree node, P p)
访问括号表达式树。
-