Uses of Class
org.mozilla.javascript.ast.ObjectLiteral
-
Packages that use ObjectLiteral Package Description org.mozilla.javascript org.mozilla.javascript.ast -
-
Uses of ObjectLiteral in org.mozilla.javascript
Methods in org.mozilla.javascript that return ObjectLiteral Modifier and Type Method Description private ObjectLiteral
Parser. objectLiteral()
Methods in org.mozilla.javascript with parameters of type ObjectLiteral Modifier and Type Method Description (package private) void
IRFactory. decompileObjectLiteral(ObjectLiteral node)
(package private) boolean
Parser. destructuringObject(ObjectLiteral node, int variableType, java.lang.String tempName, Node parent, java.util.List<java.lang.String> destructuringNames)
private Node
IRFactory. transformObjectLiteral(ObjectLiteral node)
-
Uses of ObjectLiteral in org.mozilla.javascript.ast
Fields in org.mozilla.javascript.ast declared as ObjectLiteral Modifier and Type Field Description private ObjectLiteral
NewExpression. initializer
Methods in org.mozilla.javascript.ast that return ObjectLiteral Modifier and Type Method Description ObjectLiteral
NewExpression. getInitializer()
Returns initializer object, if any.Methods in org.mozilla.javascript.ast with parameters of type ObjectLiteral Modifier and Type Method Description void
NewExpression. setInitializer(ObjectLiteral initializer)
Sets initializer object.
-