| Interface | Description |
|---|---|
| DeclaredTypeRegistry |
A registry capable of translating names into JSTypes.
|
| Class | Description |
|---|---|
| Declaration |
Represents a declaration of a javascript type.
|
| DeclaredFunctionType |
This class represents the function types for functions that are defined
statically in the code.
|
| EnumType | |
| FunctionNamespace | |
| FunctionType | |
| FunctionTypeBuilder |
A builder for
FunctionType and DeclaredFunctionType. |
| JSType | |
| JSTypeCreatorFromJSDoc | |
| JSTypeCreatorFromJSDoc.FunctionAndSlotType | |
| 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 | |
| QualifiedName |
Represents a qualified name.
|
| RawNominalType |
Represents a class or interface as defined in the code.
|
| Typedef | |
| TypeEnv |
A persistent map from variables to abstract values (types)
|
| UniqueNameGenerator |
Uses a counter to create unique names for functions, variables, type
variables, etc.
|
| Exception | Description |
|---|---|
| JSTypeCreatorFromJSDoc.UnknownTypeException |
Exception for when unrecognized type names are encountered
|
Copyright © 2009-2016 Google. All Rights Reserved.