test/tools/javac/lib/DPrinter.java

changeset 1550
1df20330f6bd
parent 1538
6df931ce1a81
child 1755
ddb4a2bfcd82
equal deleted inserted replaced
1549:de932285124c 1550:1df20330f6bd
1004 } 1004 }
1005 1005
1006 public Void visitUndetVar(UndetVar type, Void ignore) { 1006 public Void visitUndetVar(UndetVar type, Void ignore) {
1007 for (UndetVar.InferenceBound ib: UndetVar.InferenceBound.values()) 1007 for (UndetVar.InferenceBound ib: UndetVar.InferenceBound.values())
1008 printList("bounds." + ib, type.getBounds(ib)); 1008 printList("bounds." + ib, type.getBounds(ib));
1009 printInt("declaredCount", type.declaredCount);
1009 printType("inst", type.inst, Details.SUMMARY); 1010 printType("inst", type.inst, Details.SUMMARY);
1010 return visitDelegatedType(type); 1011 return visitDelegatedType(type);
1011 } 1012 }
1012 1013
1013 public Void visitWildcardType(WildcardType type, Void ignore) { 1014 public Void visitWildcardType(WildcardType type, Void ignore) {

mercurial