Uses of Class
com.google.javascript.rhino.jstype.TemplateTypeMap
-
Packages that use TemplateTypeMap Package Description com.google.javascript.rhino.jstype -
-
Uses of TemplateTypeMap in com.google.javascript.rhino.jstype
Fields in com.google.javascript.rhino.jstype declared as TemplateTypeMap Modifier and Type Field Description protected TemplateTypeMapJSType. templateTypeMapMethods in com.google.javascript.rhino.jstype that return TemplateTypeMap Modifier and Type Method Description TemplateTypeMapTemplateTypeMap. copyWithExtension(com.google.common.collect.ImmutableList<TemplateType> keys, com.google.common.collect.ImmutableList<JSType> values)Create a new map in which the keys and values have been extended bykeysandvaluesrespectively.TemplateTypeMapTemplateTypeMap. copyWithExtension(TemplateTypeMap extension)Create a new map in which the keys and values have been extended byextension.TemplateTypeMapJSTypeRegistry. getEmptyTemplateTypeMap()TemplateTypeMapJSType. getTemplateTypeMap()Returns the template type map associated with this type.TemplateTypeMapProxyObjectType. getTemplateTypeMap()TemplateTypeMapTemplatizedType. getTemplateTypeMap()Methods in com.google.javascript.rhino.jstype with parameters of type TemplateTypeMap Modifier and Type Method Description TemplateTypeMapTemplateTypeMap. copyWithExtension(TemplateTypeMap extension)Create a new map in which the keys and values have been extended byextension.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.
-