Uses of Class
org.mozilla.javascript.ast.ObjectProperty

Packages that use ObjectProperty
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
 List<ObjectProperty> ObjectLiteral.getElements()
          Returns the element list.
 

Methods in org.mozilla.javascript.ast with parameters of type ObjectProperty
 void 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 ObjectProperty
 void ObjectLiteral.setElements(List<ObjectProperty> elements)
          Sets the element list, and updates the parent of each element.
 



Copyright © 2013. All Rights Reserved.