private class VarCheck.RedeclarationCheckHandler extends java.lang.Object implements SyntacticScopeCreator.RedeclarationHandler
| Modifier | Constructor and Description |
|---|---|
private |
RedeclarationCheckHandler() |
| Modifier and Type | Method and Description |
|---|---|
void |
onRedeclaration(Scope s,
java.lang.String name,
Node n,
CompilerInput input) |
public void onRedeclaration(Scope s, java.lang.String name, Node n, CompilerInput input)
onRedeclaration in interface SyntacticScopeCreator.RedeclarationHandler