Uses of Class
org.mozilla.javascript.ast.FunctionNode
Packages that use FunctionNode
-
Uses of FunctionNode in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast that return FunctionNodeModifier and TypeMethodDescriptionAstNode.getEnclosingFunction()
Returns the innermost enclosing function, ornull
if not in a function.ScriptNode.getFunctionNode
(int i) Methods in org.mozilla.javascript.ast that return types with arguments of type FunctionNodeMethods in org.mozilla.javascript.ast with parameters of type FunctionNodeModifier 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
Fields in org.mozilla.javascript.optimizer declared as FunctionNode