| Package | Description |
|---|---|
| com.google.javascript.rhino.jstype |
Provides abstractions to represent types in JavaScript.
|
| Modifier and Type | Method and Description |
|---|---|
static TemplateTypeReplacer |
TemplateTypeReplacer.forInference(JSTypeRegistry registry,
java.util.Map<TemplateType,JSType> bindings)
Creates a replacer for use during
TypeInference. |
static TemplateTypeReplacer |
TemplateTypeReplacer.forPartialReplacement(JSTypeRegistry registry,
TemplateTypeMap bindings)
Creates a replacer that may not totally eliminate
TemplateTypes from the definitions of
the types it performs replacement on. |
static TemplateTypeReplacer |
TemplateTypeReplacer.forTotalReplacement(JSTypeRegistry registry,
TemplateTypeMap bindings)
Creates a replacer that will always totally eliminate
TemplateTypes from the
definitions of the types it performs replacement on. |
Copyright © 2009-2020 Google. All Rights Reserved.