Package | Description |
---|---|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Class and Description |
---|---|
class |
EnumType
An enum type representing a branded collection of elements.
|
(package private) class |
ErrorFunctionType
This type is for built-in error constructors.
|
class |
FunctionType
This derived type provides extended information about a function, including
its return type and argument types.
|
(package private) class |
InstanceObjectType
An object type that is an instance of some function constructor.
|
class |
NoObjectType
The bottom Object type, representing the subclass of all objects.
|
(package private) class |
NoResolvedType
An unresolved type that was forward declared.
|
class |
NoType
Bottom type, representing the subclass of any value or object.
|
class |
RecordType
A record (structural) type.
|