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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java228 Type base = asSuper(sym.type, t.tsym);
335 Type t2 = asSuper(t, s.tsym);
474 Type sup = asSuper(t, s.tsym);
1390 // <editor-fold defaultstate="collapsed" desc="asSuper">
1398 public Type asSuper(Type t, Symbol sym) { method in class:Types
1399 return asSuper.visit(t, sym);
1402 private SimpleVisitor<Type,Symbol> asSuper = new SimpleVisitor<Type,Symbol>() { field in class:Types
1415 Type x = asSuper(st, sym);
1421 Type x = asSuper(l.head, sym);
1439 return asSuper(
[all...]

Completed in 40 milliseconds