Uses of Class
org.mozilla.javascript.ast.ObjectProperty
-
Uses of ObjectProperty in org.mozilla.javascript.ast
Modifier and TypeMethodDescriptionvoid
ObjectLiteral.addElement
(ObjectProperty element) Adds an element to the list, and sets its parent to this node.Modifier and TypeMethodDescriptionvoid
ObjectLiteral.setElements
(List<ObjectProperty> elements) Sets the element list, and updates the parent of each element.