Uses of Interface
org.openjdk.nashorn.api.tree.FunctionExpressionTree
-
Packages that use FunctionExpressionTree Package Description org.openjdk.nashorn.api.tree Nashorn parser API provides interfaces to represent ECMAScript source code as abstract syntax trees (AST) and Parser to parse ECMAScript source scripts. -
-
Uses of FunctionExpressionTree in org.openjdk.nashorn.api.tree
Methods in org.openjdk.nashorn.api.tree that return FunctionExpressionTree Modifier and Type Method Description FunctionExpressionTree
PropertyTree. getGetter()
Returns the setter function of this property if this is an accessor property.FunctionExpressionTree
PropertyTree. getSetter()
Returns the getter function of this property if this is an accessor property.Methods in org.openjdk.nashorn.api.tree with parameters of type FunctionExpressionTree Modifier and Type Method Description R
SimpleTreeVisitorES5_1. visitFunctionExpression(FunctionExpressionTree node, P r)
R
TreeVisitor. visitFunctionExpression(FunctionExpressionTree node, P p)
Visit function expression tree.
-