Uses of Class
net.sourceforge.htmlunit.corejs.javascript.ast.ObjectProperty

Packages that use ObjectProperty
net.sourceforge.htmlunit.corejs.javascript.ast   
 

Uses of ObjectProperty in net.sourceforge.htmlunit.corejs.javascript.ast
 

Methods in net.sourceforge.htmlunit.corejs.javascript.ast that return types with arguments of type ObjectProperty
 java.util.List<ObjectProperty> ObjectLiteral.getElements()
          Returns the element list.
 

Methods in net.sourceforge.htmlunit.corejs.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 net.sourceforge.htmlunit.corejs.javascript.ast with type arguments of type ObjectProperty
 void ObjectLiteral.setElements(java.util.List<ObjectProperty> elements)
          Sets the element list, and updates the parent of each element.