Uses of Class
com.google.javascript.rhino.jstype.TemplateTypeMap
Packages that use TemplateTypeMap
-
Uses of TemplateTypeMap in com.google.javascript.rhino.jstype
Fields in com.google.javascript.rhino.jstype declared as TemplateTypeMapMethods in com.google.javascript.rhino.jstype that return TemplateTypeMapModifier and TypeMethodDescriptionTemplateTypeMap.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.TemplateTypeMap.copyWithExtension(TemplateTypeMap extension) Create a new map in which the keys and values have been extended byextension.JSTypeRegistry.getEmptyTemplateTypeMap()JSType.getTemplateTypeMap()Returns the template type map associated with this type.ProxyObjectType.getTemplateTypeMap()TemplatizedType.getTemplateTypeMap()Methods in com.google.javascript.rhino.jstype with parameters of type TemplateTypeMapModifier and TypeMethodDescriptionTemplateTypeMap.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.