static final class DefinitionsRemover.FunctionArgumentDefinition extends DefinitionsRemover.IncompleteDefinition
Constructor and Description |
---|
FunctionArgumentDefinition(Node function,
Node argumentName,
boolean inExterns) |
Modifier and Type | Method and Description |
---|---|
void |
performRemove()
Subclasses should override to remove the definition from the AST.
|
getLValue, getRValue
isExtern, remove
public void performRemove()
DefinitionsRemover.Definition
performRemove
in class DefinitionsRemover.Definition