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

/openjdk7/langtools/src/share/classes/com/sun/tools/javac/code/
H A DPrinter.java164 public String visitForAll(ForAll t, Locale locale) { method in class:Printer
H A DType.java1121 return v.visitForAll(this, s);
1371 R visitForAll(ForAll t, S s); method in interface:Type.Visitor
H A DTypes.java713 public Boolean visitForAll(ForAll t, Type s) {
2204 public Boolean visitForAll(ForAll t, Type s) { method in class:Types.HasSameArgs
2354 public Type visitForAll(ForAll t, Void ignored) { method in class:Types.Subst
2481 public Type visitForAll(ForAll t, List<Type> newParams) {
2497 public Type visitForAll(ForAll t, List<Type> newThrown) {
2513 public Type visitForAll(ForAll t, Type newReturn) {
3726 public R visitForAll(ForAll t, S s) { return visitType(t, s); } method in class:Types.DefaultTypeVisitor
3772 public R visitForAll(ForAll t, S s) { method in class:Types.SimpleVisitor

Completed in 47 milliseconds