Home | History | Annotate | Download | only in converter

Lines Matching defs:firstBound

576             ITypeReference firstBound = upperBounds.get(0);
579 assertTrue(firstBound instanceof IParameterizedType);
581 IParameterizedType parametrizedType = (IParameterizedType)firstBound;