Uses of Class
org.htmlunit.corejs.javascript.ast.ObjectProperty
-
Packages that use ObjectProperty Package Description org.htmlunit.corejs.javascript org.htmlunit.corejs.javascript.ast -
-
Uses of ObjectProperty in org.htmlunit.corejs.javascript
Methods in org.htmlunit.corejs.javascript that return ObjectProperty Modifier and Type Method Description private ObjectProperty
Parser. methodDefinition(int pos, AstNode propName, int entryKind)
private ObjectProperty
Parser. plainProperty(AstNode property, int ptt)
-
Uses of ObjectProperty in org.htmlunit.corejs.javascript.ast
Fields in org.htmlunit.corejs.javascript.ast with type parameters of type ObjectProperty Modifier and Type Field Description private java.util.List<ObjectProperty>
ObjectLiteral. elements
private static java.util.List<ObjectProperty>
ObjectLiteral. NO_ELEMS
Methods in org.htmlunit.corejs.javascript.ast that return types with arguments of type ObjectProperty Modifier and Type Method Description java.util.List<ObjectProperty>
ObjectLiteral. getElements()
Returns the element list.Methods in org.htmlunit.corejs.javascript.ast with parameters of type ObjectProperty Modifier and Type Method Description void
ObjectLiteral. addElement(ObjectProperty element)
Adds an element to the list, and sets its parent to this node.Method parameters in org.htmlunit.corejs.javascript.ast with type arguments of type ObjectProperty Modifier and Type Method Description void
ObjectLiteral. setElements(java.util.List<ObjectProperty> elements)
Sets the element list, and updates the parent of each element.
-