test/tools/javac/lib/DPrinter.java

changeset 1755
ddb4a2bfcd82
parent 1550
1df20330f6bd
child 1802
8fb68f73d4b1
equal deleted inserted replaced
1754:0384683c64be 1755:ddb4a2bfcd82
467 + " " + hashString(type)); 467 + " " + hashString(type));
468 468
469 indent(+1); 469 indent(+1);
470 printSymbol("tsym", type.tsym, Details.SUMMARY); 470 printSymbol("tsym", type.tsym, Details.SUMMARY);
471 printObject("constValue", type.constValue(), Details.SUMMARY); 471 printObject("constValue", type.constValue(), Details.SUMMARY);
472 printObject("annotations", type.getAnnotationMirrors(), Details.SUMMARY);
472 type.accept(typeVisitor, null); 473 type.accept(typeVisitor, null);
473 indent(-1); 474 indent(-1);
474 } 475 }
475 } 476 }
476 } 477 }

mercurial