| Package | Description |
|---|---|
| net.sourceforge.htmlunit.corejs.javascript.ast |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<ObjectProperty> |
ObjectLiteral.getElements()
Returns the element list.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectLiteral.addElement(ObjectProperty element)
Adds an element to the list, and sets its parent to this node.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ObjectLiteral.setElements(java.util.List<ObjectProperty> elements)
Sets the element list, and updates the parent of each element.
|