Uses of Interface
jdk.nashorn.api.tree.FunctionExpressionTree
-
Packages that use FunctionExpressionTree 软件包 描述 jdk.nashorn.api.tree Nashorn解析器API提供了将ECMAScript源代码表示为抽象语法树(AST)和解析器来解析ECMAScript源脚本的接口。 -
-
Uses of FunctionExpressionTree in jdk.nashorn.api.tree
Methods in jdk.nashorn.api.tree that return FunctionExpressionTree Modifier and Type 方法 描述 FunctionExpressionTreePropertyTree. getGetter()如果这是一个访问器属性,则返回此属性的setter函数。FunctionExpressionTreePropertyTree. getSetter()如果这是一个访问器属性,则返回此属性的getter函数。Methods in jdk.nashorn.api.tree with parameters of type FunctionExpressionTree Modifier and Type 方法 描述 RSimpleTreeVisitorES5_1. visitFunctionExpression(FunctionExpressionTree node, P r)RTreeVisitor. visitFunctionExpression(FunctionExpressionTree node, P p)访问函数表达式树。
-