Uses of Class
org.mozilla.javascript.ast.FunctionNode

Packages that use FunctionNode
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
 FunctionNode AstNode.getEnclosingFunction()
          Returns the innermost enclosing function, or null if not in a function.
 FunctionNode ScriptNode.getFunctionNode(int i)
           
 

Methods in org.mozilla.javascript.ast that return types with arguments of type FunctionNode
 List<FunctionNode> ScriptNode.getFunctions()
           
 

Methods in org.mozilla.javascript.ast with parameters of type FunctionNode
 int FunctionNode.addFunction(FunctionNode fnNode)
           
 int ScriptNode.addFunction(FunctionNode fnNode)
          Adds a FunctionNode to the functions table for codegen.
 

Uses of FunctionNode in org.mozilla.javascript.optimizer
 

Fields in org.mozilla.javascript.optimizer declared as FunctionNode
 FunctionNode OptFunctionNode.fnode
           
 



Copyright © 2013. All Rights Reserved.