Uses of Interface
jdk.nashorn.api.tree.PropertyTree
-
Packages that use PropertyTree 软件包 描述 jdk.nashorn.api.tree Nashorn解析器API提供接口以将ECMAScript源代码表示为抽象语法树(AST)和解析器以解析ECMAScript源脚本。 -
-
Uses of PropertyTree in jdk.nashorn.api.tree
Methods in jdk.nashorn.api.tree that return PropertyTree 变量和类型 方法 描述 PropertyTree
ClassDeclarationTree. getConstructor()
不推荐使用,要删除:此API元素将在以后的版本中删除。获取构造函数方法定义。PropertyTree
ClassExpressionTree. getConstructor()
不推荐使用,要删除:此API元素将在以后的版本中删除。获取构造函数方法定义。Methods in jdk.nashorn.api.tree that return types with arguments of type PropertyTree 变量和类型 方法 描述 List<? extends PropertyTree>
ClassDeclarationTree. getClassElements()
不推荐使用,要删除:此API元素将在以后的版本中删除。获取除构造函数之外的其他属性定义。List<? extends PropertyTree>
ClassExpressionTree. getClassElements()
不推荐使用,要删除:此API元素将在以后的版本中删除。获取除构造函数之外的其他属性定义。List<? extends PropertyTree>
ObjectLiteralTree. getProperties()
不推荐使用,要删除:此API元素将在以后的版本中删除。返回此对象文字的属性列表。Methods in jdk.nashorn.api.tree with parameters of type PropertyTree 变量和类型 方法 描述 R
TreeVisitor. visitProperty(PropertyTree node, P p)
不推荐使用,要删除:此API元素将在以后的版本中删除。Visit a property of an object literal expression tree.
-