public class javax.lang.model.util.SimpleTypeVisitor7<R, P> extends javax.lang.model.util.SimpleTypeVisitor6<R, P>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.lang.model.util.SimpleTypeVisitor7
  super_class: javax.lang.model.util.SimpleTypeVisitor6
{
  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.lang.model.util.SimpleTypeVisitor7 this
         0: .line 71
            aload 0 /* this */
            aconst_null
            invokespecial javax.lang.model.util.SimpleTypeVisitor6.<init>:(Ljava/lang/Object;)V
         1: .line 72
            return
        end local 0 // javax.lang.model.util.SimpleTypeVisitor7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Ljavax/lang/model/util/SimpleTypeVisitor7<TR;TP;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "12")

  protected void <init>();
    descriptor: (Ljava/lang/Object;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // javax.lang.model.util.SimpleTypeVisitor7 this
        start local 1 // java.lang.Object defaultValue
         0: .line 85
            aload 0 /* this */
            aload 1 /* defaultValue */
            invokespecial javax.lang.model.util.SimpleTypeVisitor6.<init>:(Ljava/lang/Object;)V
         1: .line 86
            return
        end local 1 // java.lang.Object defaultValue
        end local 0 // javax.lang.model.util.SimpleTypeVisitor7 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    2     0          this  Ljavax/lang/model/util/SimpleTypeVisitor7<TR;TP;>;
            0    2     1  defaultValue  TR;
    Signature: (TR;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "12")
    MethodParameters:
              Name  Flags
      defaultValue  

  public R visitUnion(javax.lang.model.type.UnionType, );
    descriptor: (Ljavax/lang/model/type/UnionType;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // javax.lang.model.util.SimpleTypeVisitor7 this
        start local 1 // javax.lang.model.type.UnionType t
        start local 2 // java.lang.Object p
         0: .line 99
            aload 0 /* this */
            aload 1 /* t */
            aload 2 /* p */
            invokevirtual javax.lang.model.util.SimpleTypeVisitor7.defaultAction:(Ljavax/lang/model/type/TypeMirror;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object p
        end local 1 // javax.lang.model.type.UnionType t
        end local 0 // javax.lang.model.util.SimpleTypeVisitor7 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/lang/model/util/SimpleTypeVisitor7<TR;TP;>;
            0    1     1     t  Ljavax/lang/model/type/UnionType;
            0    1     2     p  TP;
    Signature: (Ljavax/lang/model/type/UnionType;TP;)TR;
    MethodParameters:
      Name  Flags
      t     
      p     
}
Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/SimpleTypeVisitor6<TR;TP;>;
SourceFile: "SimpleTypeVisitor7.java"
    RuntimeVisibleAnnotations: 
      javax.annotation.processing.SupportedSourceVersion(value = javax.lang.model.SourceVersion.RELEASE_7:Ljavax/lang/model/SourceVersion;)