Uses of Class
org.mozilla.javascript.ast.ObjectProperty
Packages that use ObjectProperty
-
Uses of ObjectProperty in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast that return types with arguments of type ObjectPropertyMethods in org.mozilla.javascript.ast with parameters of type ObjectPropertyModifier and TypeMethodDescriptionvoid
ObjectLiteral.addElement
(ObjectProperty element) Adds an element to the list, and sets its parent to this node.Method parameters in org.mozilla.javascript.ast with type arguments of type ObjectPropertyModifier and TypeMethodDescriptionvoid
ObjectLiteral.setElements
(List<ObjectProperty> elements) Sets the element list, and updates the parent of each element.