abstract static class DefinitionsRemover.FunctionDefinition extends DefinitionsRemover.Definition
| Constructor and Description |
|---|
FunctionDefinition(Node node,
boolean inExterns) |
| Modifier and Type | Method and Description |
|---|---|
Node |
getLValue()
Variable or property name represented by this definition.
|
Node |
getRValue()
Value expression that acts as the right hand side of the
definition statement.
|
isExtern, performRemove, removeprotected final Node function
FunctionDefinition(Node node, boolean inExterns)
public Node getLValue()
DefinitionsRemover.DefinitiongetLValue in class DefinitionsRemover.Definitionpublic Node getRValue()
DefinitionsRemover.DefinitiongetRValue in class DefinitionsRemover.Definition