Home | History | Annotate | Download | only in converter

Lines Matching refs:argument

298         //test type argument string
340 //test if type variable of A is type argument of I
342 ITypeVariableReference argument = (ITypeVariableReference) interfaze.getTypeArguments().get(0);
343 assertSame(sigClass, argument.getTypeVariableDefinition().getGenericDeclaration());
344 assertEquals(classTypeVar, argument.getTypeVariableDefinition());
625 * Tests whether the first constructor argument is removed.
647 argument is removed.