Uses of Class
org.mozilla.javascript.ast.FunctionNode
-
Packages that use FunctionNode Package Description org.mozilla.javascript.ast org.mozilla.javascript.optimizer -
-
Uses of FunctionNode in org.mozilla.javascript.ast
Methods in org.mozilla.javascript.ast that return FunctionNode Modifier and Type Method Description FunctionNodeAstNode. getEnclosingFunction()Returns the innermost enclosing function, ornullif not in a function.FunctionNodeScriptNode. getFunctionNode(int i)Methods in org.mozilla.javascript.ast that return types with arguments of type FunctionNode Modifier and Type Method Description java.util.List<FunctionNode>ScriptNode. getFunctions()Methods in org.mozilla.javascript.ast with parameters of type FunctionNode Modifier and Type Method Description intFunctionNode. 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 Modifier and Type Field Description FunctionNodeOptFunctionNode. fnode
-