Searched defs:ResolvedTypeVariable (Results 1 – 2 of 2) sorted by relevance
35 public class ResolvedTypeVariable implements ResolvedType { class39 public ResolvedTypeVariable(ResolvedTypeParameterDeclaration typeParameter) { in ResolvedTypeVariable() method in ResolvedTypeVariable
323 …eTypeVariablesWithInferenceVariables(ResolvedType originalType, Map<ResolvedTypeVariable, Inferenc… in replaceTypeVariablesWithInferenceVariables()