Home | History | Annotate | Download | only in converter

Lines Matching refs:upperBounds

574             List<ITypeReference> upperBounds = typeVariable.getUpperBounds();
575 assertEquals(2, upperBounds.size());
576 ITypeReference firstBound = upperBounds.get(0);
577 ITypeReference secondBound = upperBounds.get(1);