Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Interface and Description |
---|---|
(package private) static interface |
AnalyzePrototypeProperties.Property
Since there are two ways of assigning properties to prototypes, we hide
then behind this interface so they can both be removed regardless of type.
|
Modifier and Type | Class and Description |
---|---|
(package private) static class |
AnalyzePrototypeProperties.AssignmentProperty
Properties created via EXPR assignment:
|
(package private) static class |
AnalyzePrototypeProperties.GlobalFunction
A function initialized as a VAR statement or a function declaration.
|
(package private) static class |
AnalyzePrototypeProperties.LiteralProperty
Properties created via object literals:
|
Modifier and Type | Field and Description |
---|---|
private java.util.Deque<AnalyzePrototypeProperties.Symbol> |
AnalyzePrototypeProperties.NameInfo.declarations |
Modifier and Type | Method and Description |
---|---|
(package private) java.util.Deque<AnalyzePrototypeProperties.Symbol> |
AnalyzePrototypeProperties.NameInfo.getDeclarations()
Returns a mutable collection of all the prototype property declarations
of this property name.
|