private class InlineFunctions.FunctionVar extends java.lang.Object implements InlineFunctions.Function
| Constructor and Description |
|---|
FunctionVar(Node var) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getDeclaringBlock() |
Node |
getFunctionNode()
Gets the function node
|
java.lang.String |
getName()
Gets the name of the function
|
void |
remove()
Removes itself from the JavaScript
|
private final Node var
public FunctionVar(Node var)
public java.lang.String getName()
InlineFunctions.FunctiongetName in interface InlineFunctions.Functionpublic Node getFunctionNode()
InlineFunctions.FunctiongetFunctionNode in interface InlineFunctions.Functionpublic void remove()
InlineFunctions.Functionremove in interface InlineFunctions.Functionpublic Node getDeclaringBlock()
getDeclaringBlock in interface InlineFunctions.Function