| Package | Description |
|---|---|
| com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
| Modifier and Type | Class and Description |
|---|---|
class |
NamedType
A
NamedType is a named reference to some other type. |
class |
TemplateType
A placeholder type, used as keys in
TemplateTypeMaps. |
class |
TemplatizedType
An object type with declared template types, such as
Array<string>. |
| Modifier and Type | Method and Description |
|---|---|
JSType |
TemplateTypeReplacer.caseProxyObjectType(ProxyObjectType type) |
T |
Visitor.caseProxyObjectType(ProxyObjectType type)
Proxy type's case.
|
T |
Visitor.WithDefaultCase.caseProxyObjectType(ProxyObjectType type) |
Copyright © 2009-2019 Google. All Rights Reserved.