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 |
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.
|
Copyright © 2009–2023 Google. All rights reserved.