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 ObjectPropertyParser.methodDefinition(int pos, AstNode propName, int entryKind) private ObjectPropertyParser.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.elementsprivate static final List<ObjectProperty> ObjectLiteral.NO_ELEMSMethods in org.mozilla.javascript.ast that return types with arguments of type ObjectPropertyMethods in org.mozilla.javascript.ast with parameters of type ObjectPropertyModifier and TypeMethodDescriptionvoidObjectLiteral.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 TypeMethodDescriptionvoidObjectLiteral.setElements(List<ObjectProperty> elements) Sets the element list, and updates the parent of each element.