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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DTypes.java2228 return new Subst(from, to).subst(ts);
2238 return new Subst(from, to).subst(t);
2241 private class Subst extends UnaryVisitor<Type> { class in class:Types
2245 public Subst(List<Type> from, List<Type> to) { method in class:Types.Subst

Completed in 54 milliseconds