HomeSort by relevance Sort by last modified time
    Searched defs:firstBound (Results 1 - 5 of 5) sorted by null

  /external/mockito/src/org/mockito/internal/util/reflection/
GenericMetadataSupport.java 120 if (wildCardBoundedType.firstBound() instanceof TypeVariable) {
121 return boundsOf((TypeVariable) wildCardBoundedType.firstBound());
372 return extractRawTypeOf(((BoundedType) type).firstBound());
425 Type actualFirstBound = extractActualBoundedTypeOf(((BoundedType) type).firstBound());
464 Type firstBound();
475 * <p>If upper bounds are declared with SomeClass and additional interfaces, then firstBound will be SomeClass and
500 public Type firstBound() {
534 sb.append("{firstBound=").append(firstBound());
564 public Type firstBound() {
    [all...]
  /cts/tools/signature-tools/test/signature/converter/
ConvertClassTest.java 576 ITypeReference firstBound = upperBounds.get(0);
579 assertTrue(firstBound instanceof IParameterizedType);
581 IParameterizedType parametrizedType = (IParameterizedType)firstBound;
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.apache.jasper_5.5.17.v201004212143.jar 
org.eclipse.jdt.core_3.6.2.v_A76_R36x.jar 
  /prebuilts/misc/common/ecj/
ecj.jar 

Completed in 157 milliseconds