static final class DefinitionsRemover.NamedFunctionDefinition extends DefinitionsRemover.FunctionDefinition
function foo().function| Constructor and Description |
|---|
NamedFunctionDefinition(Node node,
boolean inExterns) |
| Modifier and Type | Method and Description |
|---|---|
void |
performRemove()
Subclasses should override to remove the definition from the AST.
|
getLValue, getRValueisExtern, removeNamedFunctionDefinition(Node node, boolean inExterns)
public void performRemove()
DefinitionsRemover.DefinitionperformRemove in class DefinitionsRemover.Definition