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, remove
protected final Node function
FunctionDefinition(Node node, boolean inExterns)
public Node getLValue()
DefinitionsRemover.Definition
getLValue
in class DefinitionsRemover.Definition
public Node getRValue()
DefinitionsRemover.Definition
getRValue
in class DefinitionsRemover.Definition