Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
private static AnalyzePrototypeProperties.SymbolType |
AnalyzePrototypeProperties.PROPERTY |
private static AnalyzePrototypeProperties.SymbolType |
AnalyzePrototypeProperties.VAR |
Modifier and Type | Method and Description |
---|---|
static AnalyzePrototypeProperties.SymbolType |
AnalyzePrototypeProperties.SymbolType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AnalyzePrototypeProperties.SymbolType[] |
AnalyzePrototypeProperties.SymbolType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
private void |
AnalyzePrototypeProperties.ProcessProperties.addGlobalUseOfSymbol(java.lang.String name,
JSModule module,
AnalyzePrototypeProperties.SymbolType type) |
private void |
AnalyzePrototypeProperties.ProcessProperties.addSymbolUse(java.lang.String name,
JSModule module,
AnalyzePrototypeProperties.SymbolType type) |
private AnalyzePrototypeProperties.NameInfo |
AnalyzePrototypeProperties.getNameInfoForName(java.lang.String name,
AnalyzePrototypeProperties.SymbolType type)
Gets the name info for the property or variable of a given name,
and creates a new one if necessary.
|