Uses of Class
org.mozilla.javascript.ast.ObjectProperty
Packages that use ObjectProperty
-
Uses of ObjectProperty in org.mozilla.javascript
Methods in org.mozilla.javascript that return ObjectPropertyModifier and TypeMethodDescriptionprivate ObjectProperty
Parser.methodDefinition
(int pos, AstNode propName, int entryKind) private ObjectProperty
Parser.plainProperty
(AstNode property, int ptt) -
Uses of ObjectProperty in org.mozilla.javascript.ast
Fields in org.mozilla.javascript.ast with type parameters of type ObjectPropertyModifier and TypeFieldDescriptionprivate List<ObjectProperty>
ObjectLiteral.elements
private static final List<ObjectProperty>
ObjectLiteral.NO_ELEMS
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.