Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
Modifier and Type | Field and Description |
---|---|
(package private) GlobalNamespace.Name.Type |
GlobalNamespace.Name.type |
Modifier and Type | Method and Description |
---|---|
(package private) GlobalNamespace.Name.Type |
GlobalNamespace.BuildGlobalNamespace.getValueType(Node n)
Gets the type of a value or simple expression.
|
static GlobalNamespace.Name.Type |
GlobalNamespace.Name.Type.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static GlobalNamespace.Name.Type[] |
GlobalNamespace.Name.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) void |
GlobalNamespace.BuildGlobalNamespace.handleSetFromGlobal(JSModule module,
Scope scope,
Node n,
Node parent,
java.lang.String name,
boolean isPropAssign,
GlobalNamespace.Name.Type type)
Updates our representation of the global namespace to reflect an
assignment to a global name in global scope.
|