Uses of Class
org.mozilla.javascript.ast.ObjectLiteral
Packages that use ObjectLiteral
-
Uses of ObjectLiteral in org.mozilla.javascript
Methods in org.mozilla.javascript that return ObjectLiteralMethods in org.mozilla.javascript with parameters of type ObjectLiteralModifier and TypeMethodDescription(package private) void
IRFactory.decompileObjectLiteral
(ObjectLiteral node) (package private) boolean
Parser.destructuringObject
(ObjectLiteral node, int variableType, String tempName, Node parent, List<String> destructuringNames) private Node
IRFactory.transformObjectLiteral
(ObjectLiteral node) -
Uses of ObjectLiteral in org.mozilla.javascript.ast
Fields in org.mozilla.javascript.ast declared as ObjectLiteralMethods in org.mozilla.javascript.ast that return ObjectLiteralModifier and TypeMethodDescriptionNewExpression.getInitializer()
Returns initializer object, if any.Methods in org.mozilla.javascript.ast with parameters of type ObjectLiteralModifier and TypeMethodDescriptionvoid
NewExpression.setInitializer
(ObjectLiteral initializer) Sets initializer object.