Uses of Class
com.google.javascript.rhino.jstype.TemplatizedType
-
Packages that use TemplatizedType Package Description com.google.javascript.rhino.jstype -
-
Uses of TemplatizedType in com.google.javascript.rhino.jstype
Methods in com.google.javascript.rhino.jstype that return TemplatizedType Modifier and Type Method Description TemplatizedTypeJSTypeRegistry. createTemplatizedType(ObjectType baseType, com.google.common.collect.ImmutableList<JSType> templatizedTypes)Creates a templatized instance of the specified type.TemplatizedTypeJSTypeRegistry. createTemplatizedType(ObjectType baseType, JSType... templatizedTypes)Creates a templatized instance of the specified type.TemplatizedTypeJSTypeRegistry. createTemplatizedType(ObjectType baseType, java.util.Map<TemplateType,JSType> templatizedTypes)Creates a templatized instance of the specified type.TemplatizedTypeJSType. toMaybeTemplatizedType()Downcasts this to a TemplatizedType, or returns null if this is not a function.TemplatizedTypeProxyObjectType. toMaybeTemplatizedType()TemplatizedTypeTemplatizedType. toMaybeTemplatizedType()Methods in com.google.javascript.rhino.jstype with parameters of type TemplatizedType Modifier and Type Method Description JSTypeTemplateTypeReplacer. caseTemplatizedType(TemplatizedType type)TVisitor. caseTemplatizedType(TemplatizedType type)Templatized type's case.TVisitor.WithDefaultCase. caseTemplatizedType(TemplatizedType type)
-