mirror of
https://github.com/openjdk/jdk.git
synced 2025-09-20 02:54:35 +02:00
8026564: import changes from type-annotations forest
Co-authored-by: Steve Sides <steve.sides@oracle.com> Reviewed-by: jjg
This commit is contained in:
parent
912fc38c65
commit
e5c34a89eb
61 changed files with 1173 additions and 298 deletions
|
@ -946,8 +946,8 @@ public class DPrinter {
|
|||
*/
|
||||
public class TypeVisitor implements Type.Visitor<Void,Void> {
|
||||
public Void visitAnnotatedType(AnnotatedType type, Void ignore) {
|
||||
printList("typeAnnotations", type.typeAnnotations);
|
||||
printType("underlyingType", type.underlyingType, Details.FULL);
|
||||
printList("typeAnnotations", type.getAnnotationMirrors());
|
||||
printType("underlyingType", type.unannotatedType(), Details.FULL);
|
||||
return visitType(type, null);
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue