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

/openjdk7/jdk/src/share/classes/java/lang/reflect/
H A DTypeVariable.java29 * TypeVariable is the common superinterface for type variables of kinds.
51 public interface TypeVariable<D extends GenericDeclaration> extends Type { interface in inherits:Type
/openjdk7/langtools/src/share/classes/com/sun/javadoc/
H A DTypeVariable.java39 public interface TypeVariable extends Type { interface in inherits:Type
/openjdk7/langtools/src/share/classes/com/sun/mirror/type/
H A DTypeVariable.java41 * javax.lang.model.type.TypeVariable}.
49 public interface TypeVariable extends ReferenceType { interface in inherits:ReferenceType
/openjdk7/langtools/src/share/classes/javax/lang/model/type/
H A DTypeVariable.java50 public interface TypeVariable extends ReferenceType { interface in inherits:ReferenceType
/openjdk7/langtools/test/tools/javac/types/
H A DTypeHarness.java52 * Type X = fac.TypeVariable();
53 * Type Y = fac.TypeVariable();
307 public TypeVar TypeVariable() { method in class:TypeHarness.Factory
308 return TypeVariable(predef.objectType);
311 public TypeVar TypeVariable(Type bound) { method in class:TypeHarness.Factory

Completed in 55 milliseconds