Searched refs:typeVariable (Results 1 – 3 of 3) sorted by relevance
304 SigTypeVariableDefinition typeVariable = factory.getTypeVariable(name, in parseFormalTypeParameter() local320 typeVariable.setUpperBounds(bounds); in parseFormalTypeParameter()321 return typeVariable; in parseFormalTypeParameter()344 for (ITypeVariableDefinition typeVariable : declaration in getDeclarationOfTypeVariable()346 if (variableName.equals(typeVariable.getName())) { in getDeclarationOfTypeVariable()
205 for (TypeVariable typeVariable : classDoc.typeParameters()) { in convertClass()208 typeVariable)).getTypeVariableDefinition()); in convertClass()389 SigTypeVariableDefinition typeVariable = pool.getTypeVariable(name, in convertTypeReference() local398 currentTypeVariableDefinition = typeVariable; in convertTypeReference()406 typeVariable.setUpperBounds(upperBounds); in convertTypeReference()408 return new SigTypeVariableReference(typeVariable); in convertTypeReference()
573 ITypeVariableDefinition typeVariable = typeParameters.get(0); in convertTypeVariableMultipleUpperBound() local574 List<ITypeReference> upperBounds = typeVariable.getUpperBounds(); in convertTypeVariableMultipleUpperBound()587 assertSame(typeVariable, variable.getTypeVariableDefinition()); in convertTypeVariableMultipleUpperBound()