Package | Description |
---|---|
com.google.javascript.jscomp.newtypes | |
com.google.javascript.rhino |
The core AST from Rhino.
|
com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
Modifier and Type | Method and Description |
---|---|
FunctionTypeI |
JSType.toMaybeFunctionType() |
Modifier and Type | Method and Description |
---|---|
<T extends FunctionTypeI> |
TypeIRegistry.getNativeFunctionType(JSTypeNative typeId) |
Modifier and Type | Method and Description |
---|---|
FunctionTypeI |
ObjectTypeI.getConstructor() |
FunctionTypeI |
TypeI.toMaybeFunctionType() |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends FunctionTypeI> |
FunctionTypeI.getSubTypes() |
Modifier and Type | Class and Description |
---|---|
(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.
|
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.
|