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 FunctionNode
AstNode. getEnclosingFunction()
Returns the innermost enclosing function, ornull
if not in a function.FunctionNode
ScriptNode. 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 int
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 Modifier and Type Field Description FunctionNode
OptFunctionNode. fnode
-