Searched defs:interfaceBounds (Results 1 - 1 of 1) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/classfile/
H A DType.java298 public TypeParamType(String name, Type classBound, List<Type> interfaceBounds) { argument
301 this.interfaceBounds = interfaceBounds;
318 if (interfaceBounds != null) {
319 for (Type bound: interfaceBounds) {
330 public final List<Type> interfaceBounds; field in class:Type.TypeParamType

Completed in 59 milliseconds