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, ornullif 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 TypeMethodDescriptionintFunctionNode.addFunction(FunctionNode fnNode) intScriptNode.addFunction(FunctionNode fnNode) Adds aFunctionNodeto the functions table for codegen. -
Uses of FunctionNode in org.mozilla.javascript.optimizer
Fields in org.mozilla.javascript.optimizer declared as FunctionNode