Uses of Class
org.mozilla.javascript.ast.FunctionCall
-
Packages that use FunctionCall Package Description org.mozilla.javascript org.mozilla.javascript.ast -
-
Uses of FunctionCall in org.mozilla.javascript
Methods in org.mozilla.javascript with parameters of type FunctionCall Modifier and Type Method Description private Node
IRFactory. transformFunctionCall(FunctionCall node)
-
Uses of FunctionCall in org.mozilla.javascript.ast
Subclasses of FunctionCall in org.mozilla.javascript.ast Modifier and Type Class Description class
NewExpression
New expression.
-