| Package | Description |
|---|---|
| net.sourceforge.htmlunit.corejs.javascript.ast | |
| net.sourceforge.htmlunit.corejs.javascript.optimizer |
| Modifier and Type | Method and Description |
|---|---|
FunctionNode |
AstNode.getEnclosingFunction()
Returns the innermost enclosing function, or
null if not in a
function. |
FunctionNode |
ScriptNode.getFunctionNode(int i) |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<FunctionNode> |
ScriptNode.getFunctions() |
| Modifier and Type | Method and Description |
|---|---|
int |
ScriptNode.addFunction(FunctionNode fnNode)
Adds a
FunctionNode to the functions table for codegen. |
int |
FunctionNode.addFunction(FunctionNode fnNode) |
| Modifier and Type | Field and Description |
|---|---|
FunctionNode |
OptFunctionNode.fnode |