Uses of Class
com.google.errorprone.refaster.UTypeVar
-
Uses of UTypeVar in com.google.errorprone.refaster
Modifier and TypeMethodDescriptionabstract com.google.common.collect.ImmutableList
<UTypeVar> UForAll.getTypeVars()
abstract com.google.common.collect.ImmutableList
<UTypeVar> Template.templateTypeVariables()
Modifier and TypeMethodDescriptioncom.sun.tools.javac.code.Type.TypeVar
Inliner.inlineAsVar
(UTypeVar var) Modifier 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