Searched refs:boundType (Results 1 - 4 of 4) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DType.java351 public WildcardType(Kind kind, Type boundType) { argument
353 this.boundType = boundType;
366 return "? extends " + boundType;
368 return "? super " + boundType;
375 public final Type boundType; field in class:Type.WildcardType
H A DDependencies.java725 findDependencies(type.boundType);
/openjdk7/langtools/test/tools/javap/classfile/6888367/
H A DT6888367.java289 return "W{e," + print(type.boundType) + "}";
291 return "W{s," + print(type.boundType) + "}";
/openjdk7/langtools/src/share/classes/com/sun/tools/javap/
H A DClassWriter.java305 append(sb, type.boundType);
309 append(sb, type.boundType);

Completed in 36 milliseconds