Package | Description |
---|---|
com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
com.google.javascript.jscomp.newtypes |
Class and Description |
---|
DeclaredTypeRegistry
A registry capable of translating names into JSTypes.
|
JSType |
Class and Description |
---|
DeclaredFunctionType
This class represents the function types for functions that are defined
statically in the code.
|
DeclaredTypeRegistry
A registry capable of translating names into JSTypes.
|
EnumType |
FunctionType |
FunctionTypeBuilder
A builder for
FunctionType and DeclaredFunctionType . |
JSType |
JSTypes
This class contains commonly used types, accessible from the jscomp package.
|
Namespace
An object whose properties can be types (nominal types, enums, typedefs).
|
NamespaceLit |
NominalType |
NominalType.RawNominalType
Represents a class or interface as defined in the code.
|
ObjectType |
PersistentMap
A persistent map with non-destructive additions and removals
|
PersistentSet
A persistent set with non-destructive additions and removals
|
QualifiedName
Represents a qualified name.
|
Typedef |
TypeEnv
A persistent map from variables to abstract values (types)
|
Copyright © 2009–2018 Google. All rights reserved.