Uses of Class
com.google.javascript.rhino.jstype.TemplateTypeReplacer
Packages that use TemplateTypeReplacer
-
Uses of TemplateTypeReplacer in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return TemplateTypeReplacerModifier and TypeMethodDescriptionstatic TemplateTypeReplacerTemplateTypeReplacer.forInference(JSTypeRegistry registry, Map<TemplateType, JSType> bindings) Creates a replacer for use duringTypeInference.static TemplateTypeReplacerTemplateTypeReplacer.forPartialReplacement(JSTypeRegistry registry, TemplateTypeMap bindings) Creates a replacer that may not totally eliminateTemplateTypes from the definitions of the types it performs replacement on.static TemplateTypeReplacerTemplateTypeReplacer.forTotalReplacement(JSTypeRegistry registry, TemplateTypeMap bindings) Creates a replacer that will always totally eliminateTemplateTypes from the definitions of the types it performs replacement on.