public class javax.lang.model.util.SimpleTypeVisitor6<R, P> extends javax.lang.model.util.AbstractTypeVisitor6<R, P>
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: javax.lang.model.util.SimpleTypeVisitor6
  super_class: javax.lang.model.util.AbstractTypeVisitor6
{
  protected final R DEFAULT_VALUE;
    descriptor: Ljava/lang/Object;
    flags: (0x0014) ACC_PROTECTED, ACC_FINAL
    Signature: TR;

  protected void <init>();
    descriptor: ()V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // javax.lang.model.util.SimpleTypeVisitor6 this
         0: .line 101
            aload 0 /* this */
            invokespecial javax.lang.model.util.AbstractTypeVisitor6.<init>:()V
         1: .line 102
            aload 0 /* this */
            aconst_null
            putfield javax.lang.model.util.SimpleTypeVisitor6.DEFAULT_VALUE:Ljava/lang/Object;
         2: .line 103
            return
        end local 0 // javax.lang.model.util.SimpleTypeVisitor6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Ljavax/lang/model/util/SimpleTypeVisitor6<TR;TP;>;
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "9")

  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.SimpleTypeVisitor6 this
        start local 1 // java.lang.Object defaultValue
         0: .line 114
            aload 0 /* this */
            invokespecial javax.lang.model.util.AbstractTypeVisitor6.<init>:()V
         1: .line 115
            aload 0 /* this */
            aload 1 /* defaultValue */
            putfield javax.lang.model.util.SimpleTypeVisitor6.DEFAULT_VALUE:Ljava/lang/Object;
         2: .line 116
            return
        end local 1 // java.lang.Object defaultValue
        end local 0 // javax.lang.model.util.SimpleTypeVisitor6 this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    3     0          this  Ljavax/lang/model/util/SimpleTypeVisitor6<TR;TP;>;
            0    3     1  defaultValue  TR;
    Signature: (TR;)V
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "9")
    MethodParameters:
              Name  Flags
      defaultValue  

  protected R defaultAction(javax.lang.model.type.TypeMirror, );
    descriptor: (Ljavax/lang/model/type/TypeMirror;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=3, args_size=3
        start local 0 // javax.lang.model.util.SimpleTypeVisitor6 this
        start local 1 // javax.lang.model.type.TypeMirror e
        start local 2 // java.lang.Object p
         0: .line 129
            aload 0 /* this */
            getfield javax.lang.model.util.SimpleTypeVisitor6.DEFAULT_VALUE:Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object p
        end local 1 // javax.lang.model.type.TypeMirror e
        end local 0 // javax.lang.model.util.SimpleTypeVisitor6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/lang/model/util/SimpleTypeVisitor6<TR;TP;>;
            0    1     1     e  Ljavax/lang/model/type/TypeMirror;
            0    1     2     p  TP;
    Signature: (Ljavax/lang/model/type/TypeMirror;TP;)TR;
    MethodParameters:
      Name  Flags
      e     
      p     

  public R visitPrimitive(javax.lang.model.type.PrimitiveType, );
    descriptor: (Ljavax/lang/model/type/PrimitiveType;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.SimpleTypeVisitor6 this
        start local 1 // javax.lang.model.type.PrimitiveType t
        start local 2 // java.lang.Object p
         0: .line 142
            aload 0 /* this */
            aload 1 /* t */
            aload 2 /* p */
            invokevirtual javax.lang.model.util.SimpleTypeVisitor6.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.PrimitiveType t
        end local 0 // javax.lang.model.util.SimpleTypeVisitor6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/lang/model/util/SimpleTypeVisitor6<TR;TP;>;
            0    1     1     t  Ljavax/lang/model/type/PrimitiveType;
            0    1     2     p  TP;
    Signature: (Ljavax/lang/model/type/PrimitiveType;TP;)TR;
    MethodParameters:
      Name  Flags
      t     
      p     

  public R visitNull(javax.lang.model.type.NullType, );
    descriptor: (Ljavax/lang/model/type/NullType;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.SimpleTypeVisitor6 this
        start local 1 // javax.lang.model.type.NullType t
        start local 2 // java.lang.Object p
         0: .line 155
            aload 0 /* this */
            aload 1 /* t */
            aload 2 /* p */
            invokevirtual javax.lang.model.util.SimpleTypeVisitor6.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.NullType t
        end local 0 // javax.lang.model.util.SimpleTypeVisitor6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/lang/model/util/SimpleTypeVisitor6<TR;TP;>;
            0    1     1     t  Ljavax/lang/model/type/NullType;
            0    1     2     p  TP;
    Signature: (Ljavax/lang/model/type/NullType;TP;)TR;
    MethodParameters:
      Name  Flags
      t     
      p     

  public R visitArray(javax.lang.model.type.ArrayType, );
    descriptor: (Ljavax/lang/model/type/ArrayType;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.SimpleTypeVisitor6 this
        start local 1 // javax.lang.model.type.ArrayType t
        start local 2 // java.lang.Object p
         0: .line 168
            aload 0 /* this */
            aload 1 /* t */
            aload 2 /* p */
            invokevirtual javax.lang.model.util.SimpleTypeVisitor6.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.ArrayType t
        end local 0 // javax.lang.model.util.SimpleTypeVisitor6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/lang/model/util/SimpleTypeVisitor6<TR;TP;>;
            0    1     1     t  Ljavax/lang/model/type/ArrayType;
            0    1     2     p  TP;
    Signature: (Ljavax/lang/model/type/ArrayType;TP;)TR;
    MethodParameters:
      Name  Flags
      t     
      p     

  public R visitDeclared(javax.lang.model.type.DeclaredType, );
    descriptor: (Ljavax/lang/model/type/DeclaredType;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.SimpleTypeVisitor6 this
        start local 1 // javax.lang.model.type.DeclaredType t
        start local 2 // java.lang.Object p
         0: .line 181
            aload 0 /* this */
            aload 1 /* t */
            aload 2 /* p */
            invokevirtual javax.lang.model.util.SimpleTypeVisitor6.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.DeclaredType t
        end local 0 // javax.lang.model.util.SimpleTypeVisitor6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/lang/model/util/SimpleTypeVisitor6<TR;TP;>;
            0    1     1     t  Ljavax/lang/model/type/DeclaredType;
            0    1     2     p  TP;
    Signature: (Ljavax/lang/model/type/DeclaredType;TP;)TR;
    MethodParameters:
      Name  Flags
      t     
      p     

  public R visitError(javax.lang.model.type.ErrorType, );
    descriptor: (Ljavax/lang/model/type/ErrorType;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.SimpleTypeVisitor6 this
        start local 1 // javax.lang.model.type.ErrorType t
        start local 2 // java.lang.Object p
         0: .line 194
            aload 0 /* this */
            aload 1 /* t */
            aload 2 /* p */
            invokevirtual javax.lang.model.util.SimpleTypeVisitor6.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.ErrorType t
        end local 0 // javax.lang.model.util.SimpleTypeVisitor6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/lang/model/util/SimpleTypeVisitor6<TR;TP;>;
            0    1     1     t  Ljavax/lang/model/type/ErrorType;
            0    1     2     p  TP;
    Signature: (Ljavax/lang/model/type/ErrorType;TP;)TR;
    MethodParameters:
      Name  Flags
      t     
      p     

  public R visitTypeVariable(javax.lang.model.type.TypeVariable, );
    descriptor: (Ljavax/lang/model/type/TypeVariable;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.SimpleTypeVisitor6 this
        start local 1 // javax.lang.model.type.TypeVariable t
        start local 2 // java.lang.Object p
         0: .line 207
            aload 0 /* this */
            aload 1 /* t */
            aload 2 /* p */
            invokevirtual javax.lang.model.util.SimpleTypeVisitor6.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.TypeVariable t
        end local 0 // javax.lang.model.util.SimpleTypeVisitor6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/lang/model/util/SimpleTypeVisitor6<TR;TP;>;
            0    1     1     t  Ljavax/lang/model/type/TypeVariable;
            0    1     2     p  TP;
    Signature: (Ljavax/lang/model/type/TypeVariable;TP;)TR;
    MethodParameters:
      Name  Flags
      t     
      p     

  public R visitWildcard(javax.lang.model.type.WildcardType, );
    descriptor: (Ljavax/lang/model/type/WildcardType;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.SimpleTypeVisitor6 this
        start local 1 // javax.lang.model.type.WildcardType t
        start local 2 // java.lang.Object p
         0: .line 220
            aload 0 /* this */
            aload 1 /* t */
            aload 2 /* p */
            invokevirtual javax.lang.model.util.SimpleTypeVisitor6.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.WildcardType t
        end local 0 // javax.lang.model.util.SimpleTypeVisitor6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/lang/model/util/SimpleTypeVisitor6<TR;TP;>;
            0    1     1     t  Ljavax/lang/model/type/WildcardType;
            0    1     2     p  TP;
    Signature: (Ljavax/lang/model/type/WildcardType;TP;)TR;
    MethodParameters:
      Name  Flags
      t     
      p     

  public R visitExecutable(javax.lang.model.type.ExecutableType, );
    descriptor: (Ljavax/lang/model/type/ExecutableType;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.SimpleTypeVisitor6 this
        start local 1 // javax.lang.model.type.ExecutableType t
        start local 2 // java.lang.Object p
         0: .line 233
            aload 0 /* this */
            aload 1 /* t */
            aload 2 /* p */
            invokevirtual javax.lang.model.util.SimpleTypeVisitor6.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.ExecutableType t
        end local 0 // javax.lang.model.util.SimpleTypeVisitor6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/lang/model/util/SimpleTypeVisitor6<TR;TP;>;
            0    1     1     t  Ljavax/lang/model/type/ExecutableType;
            0    1     2     p  TP;
    Signature: (Ljavax/lang/model/type/ExecutableType;TP;)TR;
    MethodParameters:
      Name  Flags
      t     
      p     

  public R visitNoType(javax.lang.model.type.NoType, );
    descriptor: (Ljavax/lang/model/type/NoType;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.SimpleTypeVisitor6 this
        start local 1 // javax.lang.model.type.NoType t
        start local 2 // java.lang.Object p
         0: .line 246
            aload 0 /* this */
            aload 1 /* t */
            aload 2 /* p */
            invokevirtual javax.lang.model.util.SimpleTypeVisitor6.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.NoType t
        end local 0 // javax.lang.model.util.SimpleTypeVisitor6 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Ljavax/lang/model/util/SimpleTypeVisitor6<TR;TP;>;
            0    1     1     t  Ljavax/lang/model/type/NoType;
            0    1     2     p  TP;
    Signature: (Ljavax/lang/model/type/NoType;TP;)TR;
    MethodParameters:
      Name  Flags
      t     
      p     
}
Signature: <R:Ljava/lang/Object;P:Ljava/lang/Object;>Ljavax/lang/model/util/AbstractTypeVisitor6<TR;TP;>;
SourceFile: "SimpleTypeVisitor6.java"
    RuntimeVisibleAnnotations: 
      javax.annotation.processing.SupportedSourceVersion(value = javax.lang.model.SourceVersion.RELEASE_6:Ljavax/lang/model/SourceVersion;)