Home | History | Annotate | Download | only in converter

Lines Matching defs:paramType

442         ITypeVariableDefinition paramType = ((ITypeVariableReference)param.getType()).getTypeVariableDefinition();
443 assertEquals("T", paramType.getName());
444 assertSame(sigClass, paramType.getGenericDeclaration());