Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Class and Description |
---|---|
private class |
Normalize.DuplicateDeclarationHandler
ScopeCreator duplicate declaration handler.
|
(package private) static class |
SyntacticScopeCreator.DefaultRedeclarationHandler
The default handler for duplicate declarations.
|
private class |
VarCheck.RedeclarationCheckHandler
The handler for duplicate declarations.
|
Modifier and Type | Field and Description |
---|---|
private SyntacticScopeCreator.RedeclarationHandler |
SyntacticScopeCreator.redeclarationHandler |
private SyntacticScopeCreator.RedeclarationHandler |
Es6SyntacticScopeCreator.redeclarationHandler |
Modifier and Type | Method and Description |
---|---|
(package private) static SyntacticScopeCreator |
SyntacticScopeCreator.makeUntypedWithRedeclHandler(AbstractCompiler compiler,
SyntacticScopeCreator.RedeclarationHandler redeclarationHandler) |
Constructor and Description |
---|
Es6SyntacticScopeCreator(AbstractCompiler compiler,
SyntacticScopeCreator.RedeclarationHandler redeclarationHandler) |
SyntacticScopeCreator(AbstractCompiler compiler,
SyntacticScopeCreator.RedeclarationHandler redeclarationHandler) |