Searched defs:typeParameter (Results 1 – 11 of 11) sorted by relevance
44 default N setTypeParameter(int i, TypeParameter typeParameter) { in setTypeParameter()50 default N addTypeParameter(TypeParameter typeParameter) { in addTypeParameter()
37 private ResolvedTypeParameterDeclaration typeParameter; field in ResolvedTypeVariable39 public ResolvedTypeVariable(ResolvedTypeParameterDeclaration typeParameter) { in ResolvedTypeVariable()
58 public Builder setValue(ResolvedTypeParameterDeclaration typeParameter, in setValue()106 public ResolvedType getValue(ResolvedTypeParameterDeclaration typeParameter) { in getValue()
47 ResolvedTypeParameterDeclaration typeParameter = type.asTypeParameter(); in useThisTypeParametersOnTheGivenType() local
59 …ResolvedTypeParameterDeclaration typeParameter = new ReflectionTypeParameter(tv, declaredOnClass, … in typeUsageFor() local
116 TypeVariable<?> typeParameter = typeParameters[i]; in registerTypeVariablesOn() local146 private BoundedType boundsOf(TypeVariable<?> typeParameter) { in boundsOf()217 protected Type getActualTypeArgumentFor(TypeVariable<?> typeParameter) { in getActualTypeArgumentFor()
71 ResolvedTypeParameterDeclaration typeParameter = type.asTypeParameter(); in replaceTypeParams() local
153 …public MethodUsage replaceTypeParameter(ResolvedTypeParameterDeclaration typeParameter, ResolvedTy… in replaceTypeParameter()
246 TypeParameterSignature(TypeVariable<?> typeParameter) { in TypeParameterSignature()
901 ParseTree typeParameter = (ParseTree) o; in buildTypeVariables() local
1866 public final void typeParameter() throws RecognitionException { in typeParameter() method in JavaParser