| 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 |
|---|---|
List<? extends FunctionTypeI> |
FunctionTypeI.getSubTypes() |
| Modifier and Type | Class and Description |
|---|---|
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.
|
class |
NoType
Bottom type, representing the subclass of any value or object.
|
Copyright © 2009-2016 Google. All Rights Reserved.