Uses of Class
org.mozilla.javascript.ast.FunctionNode
-
Uses of FunctionNode in org.mozilla.javascript.ast
Modifier and TypeMethodDescriptionAstNode.getEnclosingFunction()
Returns the innermost enclosing function, ornull
if not in a function.ScriptNode.getFunctionNode
(int i) Modifier and TypeMethodDescriptionint
FunctionNode.addFunction
(FunctionNode fnNode) int
ScriptNode.addFunction
(FunctionNode fnNode) Adds aFunctionNode
to the functions table for codegen. -
Uses of FunctionNode in org.mozilla.javascript.optimizer