Uses of Class
org.mozilla.javascript.ast.ObjectProperty
-
Packages that use ObjectProperty Package Description org.mozilla.javascript.ast -
-
Uses of ObjectProperty in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast that return types with arguments of type ObjectProperty Modifier and Type Method Description java.util.List<ObjectProperty>ObjectLiteral. getElements()Returns the element list.Methods in org.mozilla.javascript.ast with parameters of type ObjectProperty Modifier and Type Method Description voidObjectLiteral. 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 ObjectProperty Modifier and Type Method Description voidObjectLiteral. setElements(java.util.List<ObjectProperty> elements)Sets the element list, and updates the parent of each element.
-