Uses of Class
com.google.errorprone.refaster.UTypeVar
Packages that use UTypeVar
-
Uses of UTypeVar in com.google.errorprone.refaster
Methods in com.google.errorprone.refaster that return UTypeVarMethods in com.google.errorprone.refaster that return types with arguments of type UTypeVarModifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList
<UTypeVar> UForAll.getTypeVars()
abstract com.google.common.collect.ImmutableList
<UTypeVar> Template.templateTypeVariables()
Methods in com.google.errorprone.refaster with parameters of type UTypeVarModifier and TypeMethodDescriptioncom.sun.tools.javac.code.Type.TypeVar
Inliner.inlineAsVar
(UTypeVar var) Method parameters in com.google.errorprone.refaster with type arguments of type UTypeVarModifier and TypeMethodDescriptionstatic BlockTemplate
BlockTemplate.create
(com.google.common.collect.ImmutableClassToInstanceMap<Annotation> annotations, Iterable<UTypeVar> typeVariables, Map<String, ? extends UType> expressionArgumentTypes, Iterable<? extends UStatement> templateStatements) static BlockTemplate
BlockTemplate.create
(Iterable<UTypeVar> typeVariables, Map<String, ? extends UType> expressionArgumentTypes, UStatement... templateStatements) static ExpressionTemplate
ExpressionTemplate.create
(com.google.common.collect.ImmutableClassToInstanceMap<Annotation> annotations, Iterable<UTypeVar> typeVariables, Map<String, ? extends UType> expressionArgumentTypes, UExpression expression, UType returnType) static RefasterRule
<?, ?> RefasterRule.create
(String qualifiedTemplateClass, Iterable<UTypeVar> typeVariables, Collection<? extends Template<?>> beforeTemplates, Collection<? extends Template<?>> afterTemplates, com.google.common.collect.ImmutableClassToInstanceMap<Annotation> annotations) static UForAll