| Package | Description |
|---|---|
| com.google.javascript.jscomp |
Provides the core compiler and its public API.
|
| com.google.javascript.jscomp.type |
Provides type-checking data structures and algorithms.
|
| com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
| Modifier and Type | Method and Description |
|---|---|
java.util.Set<java.lang.String> |
GatherExternProperties.ExtractRecordTypePropertyNames.caseProxyObjectType(ProxyObjectType type) |
| Modifier and Type | Method and Description |
|---|---|
JSType |
ChainableReverseAbstractInterpreter.RestrictByTypeOfResultVisitor.caseProxyObjectType(ProxyObjectType type) |
| Modifier and Type | Class and Description |
|---|---|
class |
NamedType
A
NamedType is a named reference to some other type. |
(package private) class |
NamespaceType
A namespace type is a reference to a particular object.
|
class |
TemplateType |
class |
TemplatizedType
An object type with declared template types, such as
Array<string>. |
| Modifier and Type | Method and Description |
|---|---|
JSType |
ModificationVisitor.caseProxyObjectType(ProxyObjectType type) |
T |
Visitor.caseProxyObjectType(ProxyObjectType type)
Proxy type's case.
|