Searched refs:isDerivedRaw (Results 1 - 2 of 2) sorted by relevance

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java1880 // <editor-fold defaultstate="collapsed" desc="isDerivedRaw">
1883 public boolean isDerivedRaw(Type t) { method in class:Types
1897 supertype(t) != null && isDerivedRaw(supertype(t)) ||
1898 isDerivedRaw(interfaces(t));
1901 public boolean isDerivedRaw(List<Type> ts) { method in class:Types
1903 while (l.nonEmpty() && !isDerivedRaw(l.head)) l = l.tail;
H A DSymbol.java1238 if (types.isDerivedRaw(origin.type) && !origin.isInterface())

Completed in 78 milliseconds