| Package | Description |
|---|---|
| com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
| Modifier and Type | Method and Description |
|---|---|
TemplatizedType |
JSTypeRegistry.createTemplatizedType(ObjectType baseType,
com.google.common.collect.ImmutableList<JSType> templatizedTypes)
Creates a templatized instance of the specified type.
|
TemplatizedType |
JSTypeRegistry.createTemplatizedType(ObjectType baseType,
JSType... templatizedTypes)
Creates a templatized instance of the specified type.
|
TemplatizedType |
JSTypeRegistry.createTemplatizedType(ObjectType baseType,
Map<TemplateType,JSType> templatizedTypes)
Creates a templatized instance of the specified type.
|
TemplatizedType |
ProxyObjectType.toMaybeTemplatizedType() |
TemplatizedType |
JSType.toMaybeTemplatizedType()
Downcasts this to a TemplatizedType, or returns null if this is not
a function.
|
TemplatizedType |
TemplatizedType.toMaybeTemplatizedType() |
| Modifier and Type | Method and Description |
|---|---|
JSType |
ModificationVisitor.caseTemplatizedType(TemplatizedType type) |
T |
Visitor.caseTemplatizedType(TemplatizedType type)
Templatized type's case.
|
Copyright © 2009-2017 Google. All Rights Reserved.