Uses of Class
com.google.javascript.rhino.jstype.TemplatizedType
Packages that use TemplatizedType
-
Uses of TemplatizedType in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return TemplatizedTypeModifier and TypeMethodDescriptionJSTypeRegistry.createTemplatizedType(ObjectType baseType, com.google.common.collect.ImmutableList<JSType> templatizedTypes) Creates a templatized instance of the specified type.JSTypeRegistry.createTemplatizedType(ObjectType baseType, JSType... templatizedTypes) Creates a templatized instance of the specified type.JSTypeRegistry.createTemplatizedType(ObjectType baseType, Map<TemplateType, JSType> templatizedTypes) Creates a templatized instance of the specified type.JSType.toMaybeTemplatizedType()Downcasts this to a TemplatizedType, or returns null if this is not a templatized type.ProxyObjectType.toMaybeTemplatizedType()TemplatizedType.toMaybeTemplatizedType()Methods in com.google.javascript.rhino.jstype with parameters of type TemplatizedTypeModifier and TypeMethodDescriptionTemplateTypeReplacer.caseTemplatizedType(TemplatizedType type) Visitor.caseTemplatizedType(TemplatizedType type) Templatized type's case.Visitor.WithDefaultCase.caseTemplatizedType(TemplatizedType type)