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

/openjdk7/langtools/test/tools/apt/mirror/type/
H A DTypeVar.java30 * @compile -source 1.5 TypeVar.java
31 * @run main/othervm TypeVar
41 public class TypeVar<T, S extends Number & Runnable> extends Tester { class in inherits:Tester
44 (new TypeVar()).run();
/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DType.java55 * type variables (tag: TYPEVAR, class: TypeVar),
438 public TypeVar bound;
450 public WildcardType(WildcardType t, TypeVar bound) {
454 public WildcardType(Type type, BoundKind kind, TypeSymbol tsym, TypeVar bound) {
479 bound = (TypeVar)t;
954 public List<TypeVar> getTypeVariables() {
995 public static class TypeVar extends Type implements TypeVariable { class in class:Type
1016 public TypeVar(Name name, Symbol owner, Type lower) { method in class:Type.TypeVar
1022 public TypeVar(TypeSymbol tsym, Type bound, Type lower) { method in class:Type.TypeVar
1057 * both upper and lower bound. CapturedType extends TypeVar wit
[all...]

Completed in 42 milliseconds