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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java385 for (Type s2 : interfaces(s).prepend(supertype(s))) {
572 * Is t a supertype of s?
671 if (!visit(supertype(t), supertype(s)))
1018 if (!visit(supertype(t), s))
1413 Type st = supertype(t);
1693 * @param supertype is objectType if all bounds are interfaces,
1697 Type supertype) {
1712 if (supertype != null) {
1713 bt.supertype_field = supertype;
1696 makeCompoundType(List<Type> bounds, Type supertype) argument
1750 public Type supertype(Type t) { method in class:Types
1754 private UnaryVisitor<Type> supertype = new UnaryVisitor<Type>() { field in class:Types
1917 setBounds(TypeVar t, List<Type> bounds, Type supertype) argument
[all...]

Completed in 67 milliseconds