public class com.sun.tools.jdi.ClassTypeImpl extends com.sun.tools.jdi.ReferenceTypeImpl implements com.sun.jdi.ClassType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.ClassTypeImpl
  super_class: com.sun.tools.jdi.ReferenceTypeImpl
{
  private boolean cachedSuperclass;
    descriptor: Z
    flags: (0x0002) ACC_PRIVATE

  private com.sun.jdi.ClassType superclass;
    descriptor: Lcom/sun/jdi/ClassType;
    flags: (0x0002) ACC_PRIVATE

  private int lastLine;
    descriptor: I
    flags: (0x0002) ACC_PRIVATE

  private java.util.List<com.sun.jdi.InterfaceType> interfaces;
    descriptor: Ljava/util/List;
    flags: (0x0002) ACC_PRIVATE
    Signature: Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;

  protected void <init>(com.sun.jdi.VirtualMachine, long);
    descriptor: (Lcom/sun/jdi/VirtualMachine;J)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=4, locals=4, args_size=3
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
        start local 2 // long aRef
         0: .line 41
            aload 0 /* this */
            aload 1 /* aVm */
            lload 2 /* aRef */
            invokespecial com.sun.tools.jdi.ReferenceTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
         1: .line 35
            aload 0 /* this */
            iconst_0
            putfield com.sun.tools.jdi.ClassTypeImpl.cachedSuperclass:Z
         2: .line 36
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ClassTypeImpl.superclass:Lcom/sun/jdi/ClassType;
         3: .line 37
            aload 0 /* this */
            iconst_m1
            putfield com.sun.tools.jdi.ClassTypeImpl.lastLine:I
         4: .line 38
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.ClassTypeImpl.interfaces:Ljava/util/List;
         5: .line 42
            return
        end local 2 // long aRef
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0    6     1   aVm  Lcom/sun/jdi/VirtualMachine;
            0    6     2  aRef  J
    MethodParameters:
      Name  Flags
      aVm   
      aRef  

  public com.sun.jdi.ClassType superclass();
    descriptor: ()Lcom/sun/jdi/ClassType;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
         0: .line 45
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.cachedSuperclass:Z
            ifne 10
         1: .line 46
            aconst_null
            astore 1 /* sup */
        start local 1 // com.sun.tools.jdi.ClassTypeImpl sup
         2: .line 49
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            invokestatic com.sun.tools.jdi.JDWP$ClassType$Superclass.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ClassTypeImpl;)Lcom/sun/tools/jdi/JDWP$ClassType$Superclass;
            getfield com.sun.tools.jdi.JDWP$ClassType$Superclass.superclass:Lcom/sun/tools/jdi/ClassTypeImpl;
         3: .line 48
            astore 1 /* sup */
         4: .line 50
            goto 7
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl com.sun.tools.jdi.ClassTypeImpl
      StackMap stack: com.sun.tools.jdi.JDWPException
         5: astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         6: .line 51
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
         7: .line 59
      StackMap locals:
      StackMap stack:
            aload 1 /* sup */
            ifnull 9
         8: .line 60
            aload 0 /* this */
            aload 1 /* sup */
            putfield com.sun.tools.jdi.ClassTypeImpl.superclass:Lcom/sun/jdi/ClassType;
         9: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            iconst_1
            putfield com.sun.tools.jdi.ClassTypeImpl.cachedSuperclass:Z
        end local 1 // com.sun.tools.jdi.ClassTypeImpl sup
        10: .line 65
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.superclass:Lcom/sun/jdi/ClassType;
            areturn
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   11     0  this  Lcom/sun/tools/jdi/ClassTypeImpl;
            2   10     1   sup  Lcom/sun/tools/jdi/ClassTypeImpl;
            6    7     2   exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           2     4       5  Class com.sun.tools.jdi.JDWPException

  public java.util.List<com.sun.jdi.InterfaceType> interfaces();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
         0: .line 69
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.interfaces:Ljava/util/List;
            ifnonnull 2
         1: .line 70
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.getInterfaces:()Ljava/util/List;
            putfield com.sun.tools.jdi.ClassTypeImpl.interfaces:Ljava/util/List;
         2: .line 72
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.interfaces:Ljava/util/List;
            areturn
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/ClassTypeImpl;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;

  void addInterfaces(java.util.List<com.sun.jdi.InterfaceType>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=5, args_size=2
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // java.util.List list
         0: .line 76
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.interfaces:()Ljava/util/List;
            astore 2 /* immediate */
        start local 2 // java.util.List immediate
         1: .line 77
            aload 1 /* list */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.interfaces:()Ljava/util/List;
            invokeinterface java.util.List.addAll:(Ljava/util/Collection;)Z
            pop
         2: .line 79
            aload 2 /* immediate */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3 /* iter */
        start local 3 // java.util.Iterator iter
         3: .line 80
            goto 6
         4: .line 81
      StackMap locals: java.util.List java.util.Iterator
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.InterfaceTypeImpl
            astore 4 /* interfaze */
        start local 4 // com.sun.tools.jdi.InterfaceTypeImpl interfaze
         5: .line 82
            aload 4 /* interfaze */
            aload 1 /* list */
            invokevirtual com.sun.tools.jdi.InterfaceTypeImpl.addSuperinterfaces:(Ljava/util/List;)V
        end local 4 // com.sun.tools.jdi.InterfaceTypeImpl interfaze
         6: .line 80
      StackMap locals:
      StackMap stack:
            aload 3 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 85
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.superclass:()Lcom/sun/jdi/ClassType;
            checkcast com.sun.tools.jdi.ClassTypeImpl
            astore 4 /* superclass */
        start local 4 // com.sun.tools.jdi.ClassTypeImpl superclass
         8: .line 86
            aload 4 /* superclass */
            ifnull 10
         9: .line 87
            aload 4 /* superclass */
            aload 1 /* list */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.addInterfaces:(Ljava/util/List;)V
        10: .line 89
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl
      StackMap stack:
            return
        end local 4 // com.sun.tools.jdi.ClassTypeImpl superclass
        end local 3 // java.util.Iterator iter
        end local 2 // java.util.List immediate
        end local 1 // java.util.List list
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   11     0        this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0   11     1        list  Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;
            1   11     2   immediate  Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;
            3   11     3        iter  Ljava/util/Iterator;
            5    6     4   interfaze  Lcom/sun/tools/jdi/InterfaceTypeImpl;
            8   11     4  superclass  Lcom/sun/tools/jdi/ClassTypeImpl;
    Signature: (Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;)V
    MethodParameters:
      Name  Flags
      list  

  public java.util.List<com.sun.jdi.InterfaceType> allInterfaces();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
         0: .line 92
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* all */
        start local 1 // java.util.List all
         1: .line 93
            aload 0 /* this */
            aload 1 /* all */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.addInterfaces:(Ljava/util/List;)V
         2: .line 94
            aload 1 /* all */
            areturn
        end local 1 // java.util.List all
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/jdi/ClassTypeImpl;
            1    3     1   all  Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;

  public java.util.List<com.sun.jdi.ClassType> subclasses();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=1
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
         0: .line 98
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* subs */
        start local 1 // java.util.List subs
         1: .line 99
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.allClasses:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 8
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl java.util.List top java.util.Iterator
      StackMap stack:
         2: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.ReferenceType
            astore 2 /* refType */
        start local 2 // com.sun.jdi.ReferenceType refType
         3: .line 100
            aload 2 /* refType */
            instanceof com.sun.jdi.ClassType
            ifeq 8
         4: .line 101
            aload 2 /* refType */
            checkcast com.sun.jdi.ClassType
            astore 4 /* clazz */
        start local 4 // com.sun.jdi.ClassType clazz
         5: .line 102
            aload 4 /* clazz */
            invokeinterface com.sun.jdi.ClassType.superclass:()Lcom/sun/jdi/ClassType;
            astore 5 /* superclass */
        start local 5 // com.sun.jdi.ClassType superclass
         6: .line 103
            aload 5 /* superclass */
            ifnull 8
            aload 5 /* superclass */
            aload 0 /* this */
            invokeinterface com.sun.jdi.ClassType.equals:(Ljava/lang/Object;)Z
            ifeq 8
         7: .line 104
            aload 1 /* subs */
            aload 2 /* refType */
            checkcast com.sun.jdi.ClassType
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 5 // com.sun.jdi.ClassType superclass
        end local 4 // com.sun.jdi.ClassType clazz
        end local 2 // com.sun.jdi.ReferenceType refType
         8: .line 99
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         9: .line 109
            aload 1 /* subs */
            areturn
        end local 1 // java.util.List subs
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   10     0        this  Lcom/sun/tools/jdi/ClassTypeImpl;
            1   10     1        subs  Ljava/util/List<Lcom/sun/jdi/ClassType;>;
            3    8     2     refType  Lcom/sun/jdi/ReferenceType;
            5    8     4       clazz  Lcom/sun/jdi/ClassType;
            6    8     5  superclass  Lcom/sun/jdi/ClassType;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/ClassType;>;

  public boolean isEnum();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
         0: .line 113
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.superclass:()Lcom/sun/jdi/ClassType;
            astore 1 /* superclass */
        start local 1 // com.sun.jdi.ClassType superclass
         1: .line 114
            aload 1 /* superclass */
            ifnull 4
         2: .line 115
            aload 1 /* superclass */
            invokeinterface com.sun.jdi.ClassType.name:()Ljava/lang/String;
            ldc "java.lang.Enum"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 4
         3: .line 116
            iconst_1
            ireturn
         4: .line 118
      StackMap locals: com.sun.jdi.ClassType
      StackMap stack:
            iconst_0
            ireturn
        end local 1 // com.sun.jdi.ClassType superclass
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    5     0        this  Lcom/sun/tools/jdi/ClassTypeImpl;
            1    5     1  superclass  Lcom/sun/jdi/ClassType;

  public void setValue(com.sun.jdi.Field, com.sun.jdi.Value);
    descriptor: (Lcom/sun/jdi/Field;Lcom/sun/jdi/Value;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=5, args_size=3
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.jdi.Field field
        start local 2 // com.sun.jdi.Value value
         0: .line 124
            aload 0 /* this */
            aload 1 /* field */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
         1: .line 125
            aload 0 /* this */
            aload 2 /* value */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirrorOrNull:(Lcom/sun/jdi/Mirror;)V
         2: .line 126
            aload 0 /* this */
            aload 1 /* field */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateFieldSet:(Lcom/sun/jdi/Field;)V
         3: .line 129
            aload 1 /* field */
            invokeinterface com.sun.jdi.Field.isStatic:()Z
            ifne 7
         4: .line 130
            new java.lang.IllegalArgumentException
            dup
         5: .line 131
            ldc "Must set non-static field through an instance"
         6: .line 130
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 136
      StackMap locals:
      StackMap stack:
            iconst_1
            anewarray com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue
         8: .line 135
            astore 3 /* values */
        start local 3 // com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue[] values
         9: .line 137
            aload 3 /* values */
            iconst_0
            new com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue
            dup
        10: .line 138
            aload 1 /* field */
            checkcast com.sun.tools.jdi.FieldImpl
            invokevirtual com.sun.tools.jdi.FieldImpl.ref:()J
        11: .line 140
            aload 2 /* value */
            aload 1 /* field */
            checkcast com.sun.tools.jdi.FieldImpl
            invokestatic com.sun.tools.jdi.ValueImpl.prepareForAssignment:(Lcom/sun/jdi/Value;Lcom/sun/tools/jdi/ValueContainer;)Lcom/sun/tools/jdi/ValueImpl;
            invokespecial com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue.<init>:(JLcom/sun/tools/jdi/ValueImpl;)V
        12: .line 137
            aastore
        13: .line 143
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            aload 3 /* values */
            invokestatic com.sun.tools.jdi.JDWP$ClassType$SetValues.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ClassTypeImpl;[Lcom/sun/tools/jdi/JDWP$ClassType$SetValues$FieldValue;)Lcom/sun/tools/jdi/JDWP$ClassType$SetValues;
            pop
        14: .line 144
            goto 20
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl com.sun.jdi.Field com.sun.jdi.Value com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue[]
      StackMap stack: com.sun.tools.jdi.JDWPException
        15: astore 4 /* exc */
        start local 4 // com.sun.tools.jdi.JDWPException exc
        16: .line 145
            aload 4 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 4 // com.sun.tools.jdi.JDWPException exc
        end local 3 // com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue[] values
        17: .line 147
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl com.sun.jdi.Field com.sun.jdi.Value
      StackMap stack: com.sun.jdi.ClassNotLoadedException
            astore 3 /* e */
        start local 3 // com.sun.jdi.ClassNotLoadedException e
        18: .line 156
            aload 2 /* value */
            ifnull 20
        19: .line 157
            aload 3 /* e */
            athrow
        end local 3 // com.sun.jdi.ClassNotLoadedException e
        20: .line 160
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.jdi.Value value
        end local 1 // com.sun.jdi.Field field
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0   21     0    this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0   21     1   field  Lcom/sun/jdi/Field;
            0   21     2   value  Lcom/sun/jdi/Value;
            9   17     3  values  [Lcom/sun/tools/jdi/JDWP$ClassType$SetValues$FieldValue;
           16   17     4     exc  Lcom/sun/tools/jdi/JDWPException;
           18   20     3       e  Lcom/sun/jdi/ClassNotLoadedException;
      Exception table:
        from    to  target  type
          13    14      15  Class com.sun.tools.jdi.JDWPException
           7    17      17  Class com.sun.jdi.ClassNotLoadedException
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.ClassNotLoadedException
    MethodParameters:
       Name  Flags
      field  
      value  

  com.sun.tools.jdi.PacketStream sendInvokeCommand(com.sun.tools.jdi.ThreadReferenceImpl, com.sun.tools.jdi.MethodImpl, com.sun.tools.jdi.ValueImpl[], int);
    descriptor: (Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/PacketStream;
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.tools.jdi.ThreadReferenceImpl thread
        start local 2 // com.sun.tools.jdi.MethodImpl method
        start local 3 // com.sun.tools.jdi.ValueImpl[] args
        start local 4 // int options
         0: .line 167
            new com.sun.tools.jdi.ClassTypeImpl$1
            dup
            aload 0 /* this */
            aload 1 /* thread */
            aload 2 /* method */
            aload 3 /* args */
            iload 4 /* options */
            invokespecial com.sun.tools.jdi.ClassTypeImpl$1.<init>:(Lcom/sun/tools/jdi/ClassTypeImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)V
         1: .line 166
            astore 5 /* sender */
        start local 5 // com.sun.tools.jdi.CommandSender sender
         2: .line 176
            iload 4 /* options */
            iconst_1
            iand
            ifeq 5
         3: .line 177
            aload 1 /* thread */
            aload 5 /* sender */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.sendResumingCommand:(Lcom/sun/tools/jdi/CommandSender;)Lcom/sun/tools/jdi/PacketStream;
            astore 6 /* stream */
        start local 6 // com.sun.tools.jdi.PacketStream stream
         4: .line 178
            goto 6
        end local 6 // com.sun.tools.jdi.PacketStream stream
         5: .line 179
      StackMap locals: com.sun.tools.jdi.CommandSender
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 5 /* sender */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.sendResumingCommand:(Lcom/sun/tools/jdi/CommandSender;)Lcom/sun/tools/jdi/PacketStream;
            astore 6 /* stream */
        start local 6 // com.sun.tools.jdi.PacketStream stream
         6: .line 181
      StackMap locals: com.sun.tools.jdi.PacketStream
      StackMap stack:
            aload 6 /* stream */
            areturn
        end local 6 // com.sun.tools.jdi.PacketStream stream
        end local 5 // com.sun.tools.jdi.CommandSender sender
        end local 4 // int options
        end local 3 // com.sun.tools.jdi.ValueImpl[] args
        end local 2 // com.sun.tools.jdi.MethodImpl method
        end local 1 // com.sun.tools.jdi.ThreadReferenceImpl thread
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0    7     1   thread  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0    7     2   method  Lcom/sun/tools/jdi/MethodImpl;
            0    7     3     args  [Lcom/sun/tools/jdi/ValueImpl;
            0    7     4  options  I
            2    7     5   sender  Lcom/sun/tools/jdi/CommandSender;
            4    5     6   stream  Lcom/sun/tools/jdi/PacketStream;
            6    7     6   stream  Lcom/sun/tools/jdi/PacketStream;
    MethodParameters:
         Name  Flags
      thread   final
      method   final
      args     final
      options  final

  com.sun.tools.jdi.PacketStream sendNewInstanceCommand(com.sun.tools.jdi.ThreadReferenceImpl, com.sun.tools.jdi.MethodImpl, com.sun.tools.jdi.ValueImpl[], int);
    descriptor: (Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/PacketStream;
    flags: (0x0000) 
    Code:
      stack=7, locals=7, args_size=5
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.tools.jdi.ThreadReferenceImpl thread
        start local 2 // com.sun.tools.jdi.MethodImpl method
        start local 3 // com.sun.tools.jdi.ValueImpl[] args
        start local 4 // int options
         0: .line 189
            new com.sun.tools.jdi.ClassTypeImpl$2
            dup
            aload 0 /* this */
            aload 1 /* thread */
            aload 2 /* method */
            aload 3 /* args */
            iload 4 /* options */
            invokespecial com.sun.tools.jdi.ClassTypeImpl$2.<init>:(Lcom/sun/tools/jdi/ClassTypeImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)V
         1: .line 188
            astore 5 /* sender */
        start local 5 // com.sun.tools.jdi.CommandSender sender
         2: .line 198
            iload 4 /* options */
            iconst_1
            iand
            ifeq 5
         3: .line 199
            aload 1 /* thread */
            aload 5 /* sender */
            invokevirtual com.sun.tools.jdi.ThreadReferenceImpl.sendResumingCommand:(Lcom/sun/tools/jdi/CommandSender;)Lcom/sun/tools/jdi/PacketStream;
            astore 6 /* stream */
        start local 6 // com.sun.tools.jdi.PacketStream stream
         4: .line 200
            goto 6
        end local 6 // com.sun.tools.jdi.PacketStream stream
         5: .line 201
      StackMap locals: com.sun.tools.jdi.CommandSender
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 5 /* sender */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.sendResumingCommand:(Lcom/sun/tools/jdi/CommandSender;)Lcom/sun/tools/jdi/PacketStream;
            astore 6 /* stream */
        start local 6 // com.sun.tools.jdi.PacketStream stream
         6: .line 203
      StackMap locals: com.sun.tools.jdi.PacketStream
      StackMap stack:
            aload 6 /* stream */
            areturn
        end local 6 // com.sun.tools.jdi.PacketStream stream
        end local 5 // com.sun.tools.jdi.CommandSender sender
        end local 4 // int options
        end local 3 // com.sun.tools.jdi.ValueImpl[] args
        end local 2 // com.sun.tools.jdi.MethodImpl method
        end local 1 // com.sun.tools.jdi.ThreadReferenceImpl thread
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    7     0     this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0    7     1   thread  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            0    7     2   method  Lcom/sun/tools/jdi/MethodImpl;
            0    7     3     args  [Lcom/sun/tools/jdi/ValueImpl;
            0    7     4  options  I
            2    7     5   sender  Lcom/sun/tools/jdi/CommandSender;
            4    5     6   stream  Lcom/sun/tools/jdi/PacketStream;
            6    7     6   stream  Lcom/sun/tools/jdi/PacketStream;
    MethodParameters:
         Name  Flags
      thread   final
      method   final
      args     final
      options  final

  public com.sun.jdi.Value invokeMethod(com.sun.jdi.ThreadReference, com.sun.jdi.Method, java.util.List<? extends com.sun.jdi.Value>, int);
    descriptor: (Lcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Method;Ljava/util/List;I)Lcom/sun/jdi/Value;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=5
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.jdi.ThreadReference threadIntf
        start local 2 // com.sun.jdi.Method methodIntf
        start local 3 // java.util.List origArguments
        start local 4 // int options
         0: .line 212
            aload 0 /* this */
            aload 1 /* threadIntf */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
         1: .line 213
            aload 0 /* this */
            aload 2 /* methodIntf */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
         2: .line 214
            aload 0 /* this */
            aload 3 /* origArguments */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirrorsOrNulls:(Ljava/util/Collection;)V
         3: .line 216
            aload 2 /* methodIntf */
            checkcast com.sun.tools.jdi.MethodImpl
            astore 5 /* method */
        start local 5 // com.sun.tools.jdi.MethodImpl method
         4: .line 217
            aload 1 /* threadIntf */
            checkcast com.sun.tools.jdi.ThreadReferenceImpl
            astore 6 /* thread */
        start local 6 // com.sun.tools.jdi.ThreadReferenceImpl thread
         5: .line 219
            aload 0 /* this */
            aload 5 /* method */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMethodInvocation:(Lcom/sun/jdi/Method;)V
         6: .line 221
            aload 5 /* method */
            aload 3 /* origArguments */
            invokevirtual com.sun.tools.jdi.MethodImpl.validateAndPrepareArgumentsForInvoke:(Ljava/util/List;)Ljava/util/List;
            astore 7 /* arguments */
        start local 7 // java.util.List arguments
         7: .line 223
            aload 7 /* arguments */
            iconst_0
            anewarray com.sun.tools.jdi.ValueImpl
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast com.sun.tools.jdi.ValueImpl[]
            astore 8 /* args */
        start local 8 // com.sun.tools.jdi.ValueImpl[] args
         8: .line 227
            aload 0 /* this */
            aload 6 /* thread */
            aload 5 /* method */
            aload 8 /* args */
            iload 4 /* options */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.sendInvokeCommand:(Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/PacketStream;
         9: .line 226
            astore 10 /* stream */
        start local 10 // com.sun.tools.jdi.PacketStream stream
        10: .line 228
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 10 /* stream */
            invokestatic com.sun.tools.jdi.JDWP$ClassType$InvokeMethod.waitForReply:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/PacketStream;)Lcom/sun/tools/jdi/JDWP$ClassType$InvokeMethod;
            astore 9 /* ret */
        end local 10 // com.sun.tools.jdi.PacketStream stream
        start local 9 // com.sun.tools.jdi.JDWP$ClassType$InvokeMethod ret
        11: .line 229
            goto 16
        end local 9 // com.sun.tools.jdi.JDWP$ClassType$InvokeMethod ret
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl com.sun.jdi.ThreadReference com.sun.jdi.Method java.util.List int com.sun.tools.jdi.MethodImpl com.sun.tools.jdi.ThreadReferenceImpl java.util.List com.sun.tools.jdi.ValueImpl[]
      StackMap stack: com.sun.tools.jdi.JDWPException
        12: astore 10 /* exc */
        start local 10 // com.sun.tools.jdi.JDWPException exc
        13: .line 230
            aload 10 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            bipush 10
            if_icmpne 15
        14: .line 231
            new com.sun.jdi.IncompatibleThreadStateException
            dup
            invokespecial com.sun.jdi.IncompatibleThreadStateException.<init>:()V
            athrow
        15: .line 233
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl com.sun.jdi.ThreadReference com.sun.jdi.Method java.util.List int com.sun.tools.jdi.MethodImpl com.sun.tools.jdi.ThreadReferenceImpl java.util.List com.sun.tools.jdi.ValueImpl[] top com.sun.tools.jdi.JDWPException
      StackMap stack:
            aload 10 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 10 // com.sun.tools.jdi.JDWPException exc
        start local 9 // com.sun.tools.jdi.JDWP$ClassType$InvokeMethod ret
        16: .line 241
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl com.sun.jdi.ThreadReference com.sun.jdi.Method java.util.List int com.sun.tools.jdi.MethodImpl com.sun.tools.jdi.ThreadReferenceImpl java.util.List com.sun.tools.jdi.ValueImpl[] com.sun.tools.jdi.JDWP$ClassType$InvokeMethod
      StackMap stack:
            iload 4 /* options */
            iconst_1
            iand
            ifne 18
        17: .line 242
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.notifySuspend:()V
        18: .line 245
      StackMap locals:
      StackMap stack:
            aload 9 /* ret */
            getfield com.sun.tools.jdi.JDWP$ClassType$InvokeMethod.exception:Lcom/sun/tools/jdi/ObjectReferenceImpl;
            ifnull 20
        19: .line 246
            new com.sun.jdi.InvocationException
            dup
            aload 9 /* ret */
            getfield com.sun.tools.jdi.JDWP$ClassType$InvokeMethod.exception:Lcom/sun/tools/jdi/ObjectReferenceImpl;
            invokespecial com.sun.jdi.InvocationException.<init>:(Lcom/sun/jdi/ObjectReference;)V
            athrow
        20: .line 248
      StackMap locals:
      StackMap stack:
            aload 9 /* ret */
            getfield com.sun.tools.jdi.JDWP$ClassType$InvokeMethod.returnValue:Lcom/sun/tools/jdi/ValueImpl;
            areturn
        end local 9 // com.sun.tools.jdi.JDWP$ClassType$InvokeMethod ret
        end local 8 // com.sun.tools.jdi.ValueImpl[] args
        end local 7 // java.util.List arguments
        end local 6 // com.sun.tools.jdi.ThreadReferenceImpl thread
        end local 5 // com.sun.tools.jdi.MethodImpl method
        end local 4 // int options
        end local 3 // java.util.List origArguments
        end local 2 // com.sun.jdi.Method methodIntf
        end local 1 // com.sun.jdi.ThreadReference threadIntf
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   21     0           this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0   21     1     threadIntf  Lcom/sun/jdi/ThreadReference;
            0   21     2     methodIntf  Lcom/sun/jdi/Method;
            0   21     3  origArguments  Ljava/util/List<+Lcom/sun/jdi/Value;>;
            0   21     4        options  I
            4   21     5         method  Lcom/sun/tools/jdi/MethodImpl;
            5   21     6         thread  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            7   21     7      arguments  Ljava/util/List<+Lcom/sun/jdi/Value;>;
            8   21     8           args  [Lcom/sun/tools/jdi/ValueImpl;
           11   12     9            ret  Lcom/sun/tools/jdi/JDWP$ClassType$InvokeMethod;
           16   21     9            ret  Lcom/sun/tools/jdi/JDWP$ClassType$InvokeMethod;
           10   11    10         stream  Lcom/sun/tools/jdi/PacketStream;
           13   16    10            exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           8    11      12  Class com.sun.tools.jdi.JDWPException
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.ClassNotLoadedException, com.sun.jdi.IncompatibleThreadStateException, com.sun.jdi.InvocationException
    Signature: (Lcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Method;Ljava/util/List<+Lcom/sun/jdi/Value;>;I)Lcom/sun/jdi/Value;
    MethodParameters:
               Name  Flags
      threadIntf     
      methodIntf     
      origArguments  
      options        

  public com.sun.jdi.ObjectReference newInstance(com.sun.jdi.ThreadReference, com.sun.jdi.Method, java.util.List<? extends com.sun.jdi.Value>, int);
    descriptor: (Lcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Method;Ljava/util/List;I)Lcom/sun/jdi/ObjectReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=5, locals=11, args_size=5
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.jdi.ThreadReference threadIntf
        start local 2 // com.sun.jdi.Method methodIntf
        start local 3 // java.util.List origArguments
        start local 4 // int options
         0: .line 260
            aload 0 /* this */
            aload 1 /* threadIntf */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
         1: .line 261
            aload 0 /* this */
            aload 2 /* methodIntf */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirror:(Lcom/sun/jdi/Mirror;)V
         2: .line 262
            aload 0 /* this */
            aload 3 /* origArguments */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateMirrorsOrNulls:(Ljava/util/Collection;)V
         3: .line 264
            aload 2 /* methodIntf */
            checkcast com.sun.tools.jdi.MethodImpl
            astore 5 /* method */
        start local 5 // com.sun.tools.jdi.MethodImpl method
         4: .line 265
            aload 1 /* threadIntf */
            checkcast com.sun.tools.jdi.ThreadReferenceImpl
            astore 6 /* thread */
        start local 6 // com.sun.tools.jdi.ThreadReferenceImpl thread
         5: .line 267
            aload 0 /* this */
            aload 5 /* method */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.validateConstructorInvocation:(Lcom/sun/jdi/Method;)V
         6: .line 269
            aload 5 /* method */
         7: .line 270
            aload 3 /* origArguments */
         8: .line 269
            invokevirtual com.sun.tools.jdi.MethodImpl.validateAndPrepareArgumentsForInvoke:(Ljava/util/List;)Ljava/util/List;
            astore 7 /* arguments */
        start local 7 // java.util.List arguments
         9: .line 271
            aload 7 /* arguments */
            iconst_0
            anewarray com.sun.tools.jdi.ValueImpl
            invokeinterface java.util.List.toArray:([Ljava/lang/Object;)[Ljava/lang/Object;
            checkcast com.sun.tools.jdi.ValueImpl[]
            astore 8 /* args */
        start local 8 // com.sun.tools.jdi.ValueImpl[] args
        10: .line 272
            aconst_null
            astore 9 /* ret */
        start local 9 // com.sun.tools.jdi.JDWP$ClassType$NewInstance ret
        11: .line 275
            aload 0 /* this */
            aload 6 /* thread */
            aload 5 /* method */
            aload 8 /* args */
            iload 4 /* options */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.sendNewInstanceCommand:(Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/PacketStream;
        12: .line 274
            astore 10 /* stream */
        start local 10 // com.sun.tools.jdi.PacketStream stream
        13: .line 276
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 10 /* stream */
            invokestatic com.sun.tools.jdi.JDWP$ClassType$NewInstance.waitForReply:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/PacketStream;)Lcom/sun/tools/jdi/JDWP$ClassType$NewInstance;
            astore 9 /* ret */
        end local 10 // com.sun.tools.jdi.PacketStream stream
        14: .line 277
            goto 19
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl com.sun.jdi.ThreadReference com.sun.jdi.Method java.util.List int com.sun.tools.jdi.MethodImpl com.sun.tools.jdi.ThreadReferenceImpl java.util.List com.sun.tools.jdi.ValueImpl[] com.sun.tools.jdi.JDWP$ClassType$NewInstance
      StackMap stack: com.sun.tools.jdi.JDWPException
        15: astore 10 /* exc */
        start local 10 // com.sun.tools.jdi.JDWPException exc
        16: .line 278
            aload 10 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.errorCode:()S
            bipush 10
            if_icmpne 18
        17: .line 279
            new com.sun.jdi.IncompatibleThreadStateException
            dup
            invokespecial com.sun.jdi.IncompatibleThreadStateException.<init>:()V
            athrow
        18: .line 281
      StackMap locals: com.sun.tools.jdi.JDWPException
      StackMap stack:
            aload 10 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 10 // com.sun.tools.jdi.JDWPException exc
        19: .line 289
      StackMap locals:
      StackMap stack:
            iload 4 /* options */
            iconst_1
            iand
            ifne 21
        20: .line 290
            aload 0 /* this */
            getfield com.sun.tools.jdi.ClassTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.notifySuspend:()V
        21: .line 293
      StackMap locals:
      StackMap stack:
            aload 9 /* ret */
            getfield com.sun.tools.jdi.JDWP$ClassType$NewInstance.exception:Lcom/sun/tools/jdi/ObjectReferenceImpl;
            ifnull 23
        22: .line 294
            new com.sun.jdi.InvocationException
            dup
            aload 9 /* ret */
            getfield com.sun.tools.jdi.JDWP$ClassType$NewInstance.exception:Lcom/sun/tools/jdi/ObjectReferenceImpl;
            invokespecial com.sun.jdi.InvocationException.<init>:(Lcom/sun/jdi/ObjectReference;)V
            athrow
        23: .line 296
      StackMap locals:
      StackMap stack:
            aload 9 /* ret */
            getfield com.sun.tools.jdi.JDWP$ClassType$NewInstance.newObject:Lcom/sun/tools/jdi/ObjectReferenceImpl;
            areturn
        end local 9 // com.sun.tools.jdi.JDWP$ClassType$NewInstance ret
        end local 8 // com.sun.tools.jdi.ValueImpl[] args
        end local 7 // java.util.List arguments
        end local 6 // com.sun.tools.jdi.ThreadReferenceImpl thread
        end local 5 // com.sun.tools.jdi.MethodImpl method
        end local 4 // int options
        end local 3 // java.util.List origArguments
        end local 2 // com.sun.jdi.Method methodIntf
        end local 1 // com.sun.jdi.ThreadReference threadIntf
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0   24     0           this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0   24     1     threadIntf  Lcom/sun/jdi/ThreadReference;
            0   24     2     methodIntf  Lcom/sun/jdi/Method;
            0   24     3  origArguments  Ljava/util/List<+Lcom/sun/jdi/Value;>;
            0   24     4        options  I
            4   24     5         method  Lcom/sun/tools/jdi/MethodImpl;
            5   24     6         thread  Lcom/sun/tools/jdi/ThreadReferenceImpl;
            9   24     7      arguments  Ljava/util/List<Lcom/sun/jdi/Value;>;
           10   24     8           args  [Lcom/sun/tools/jdi/ValueImpl;
           11   24     9            ret  Lcom/sun/tools/jdi/JDWP$ClassType$NewInstance;
           13   14    10         stream  Lcom/sun/tools/jdi/PacketStream;
           16   19    10            exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
          11    14      15  Class com.sun.tools.jdi.JDWPException
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.ClassNotLoadedException, com.sun.jdi.IncompatibleThreadStateException, com.sun.jdi.InvocationException
    Signature: (Lcom/sun/jdi/ThreadReference;Lcom/sun/jdi/Method;Ljava/util/List<+Lcom/sun/jdi/Value;>;I)Lcom/sun/jdi/ObjectReference;
    MethodParameters:
               Name  Flags
      threadIntf     
      methodIntf     
      origArguments  
      options        

  public com.sun.jdi.Method concreteMethodByName(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Lcom/sun/jdi/Method;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=6, args_size=3
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // java.lang.String name
        start local 2 // java.lang.String signature
         0: .line 301
            aconst_null
            astore 3 /* method */
        start local 3 // com.sun.jdi.Method method
         1: .line 302
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.visibleMethods:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5
            goto 8
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl java.lang.String java.lang.String com.sun.jdi.Method top java.util.Iterator
      StackMap stack:
         2: aload 5
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.Method
            astore 4 /* candidate */
        start local 4 // com.sun.jdi.Method candidate
         3: .line 303
            aload 4 /* candidate */
            invokeinterface com.sun.jdi.Method.name:()Ljava/lang/String;
            aload 1 /* name */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         4: .line 304
            aload 4 /* candidate */
            invokeinterface com.sun.jdi.Method.signature:()Ljava/lang/String;
            aload 2 /* signature */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 8
         5: .line 305
            aload 4 /* candidate */
            invokeinterface com.sun.jdi.Method.isAbstract:()Z
            ifne 8
         6: .line 307
            aload 4 /* candidate */
            astore 3 /* method */
         7: .line 308
            goto 9
        end local 4 // com.sun.jdi.Method candidate
         8: .line 302
      StackMap locals:
      StackMap stack:
            aload 5
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         9: .line 311
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl java.lang.String java.lang.String com.sun.jdi.Method
      StackMap stack:
            aload 3 /* method */
            areturn
        end local 3 // com.sun.jdi.Method method
        end local 2 // java.lang.String signature
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0   10     1       name  Ljava/lang/String;
            0   10     2  signature  Ljava/lang/String;
            1   10     3     method  Lcom/sun/jdi/Method;
            3    8     4  candidate  Lcom/sun/jdi/Method;
    MethodParameters:
           Name  Flags
      name       
      signature  

  public java.util.List<com.sun.jdi.Method> allMethods();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=5, args_size=1
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
         0: .line 315
            new java.util.ArrayList
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.methods:()Ljava/util/List;
            invokespecial java.util.ArrayList.<init>:(Ljava/util/Collection;)V
            astore 1 /* list */
        start local 1 // java.util.ArrayList list
         1: .line 317
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.superclass:()Lcom/sun/jdi/ClassType;
            astore 2 /* clazz */
        start local 2 // com.sun.jdi.ClassType clazz
         2: .line 318
            goto 5
         3: .line 319
      StackMap locals: java.util.ArrayList com.sun.jdi.ClassType
      StackMap stack:
            aload 1 /* list */
            aload 2 /* clazz */
            invokeinterface com.sun.jdi.ClassType.methods:()Ljava/util/List;
            invokevirtual java.util.ArrayList.addAll:(Ljava/util/Collection;)Z
            pop
         4: .line 320
            aload 2 /* clazz */
            invokeinterface com.sun.jdi.ClassType.superclass:()Lcom/sun/jdi/ClassType;
            astore 2 /* clazz */
         5: .line 318
      StackMap locals:
      StackMap stack:
            aload 2 /* clazz */
            ifnonnull 3
         6: .line 327
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.allInterfaces:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4
            goto 9
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl java.util.ArrayList com.sun.jdi.ClassType top java.util.Iterator
      StackMap stack:
         7: aload 4
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.InterfaceType
            astore 3 /* interfaze */
        start local 3 // com.sun.jdi.InterfaceType interfaze
         8: .line 328
            aload 1 /* list */
            aload 3 /* interfaze */
            invokeinterface com.sun.jdi.InterfaceType.methods:()Ljava/util/List;
            invokevirtual java.util.ArrayList.addAll:(Ljava/util/Collection;)Z
            pop
        end local 3 // com.sun.jdi.InterfaceType interfaze
         9: .line 327
      StackMap locals:
      StackMap stack:
            aload 4
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 7
        10: .line 331
            aload 1 /* list */
            areturn
        end local 2 // com.sun.jdi.ClassType clazz
        end local 1 // java.util.ArrayList list
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   11     0       this  Lcom/sun/tools/jdi/ClassTypeImpl;
            1   11     1       list  Ljava/util/ArrayList<Lcom/sun/jdi/Method;>;
            2   11     2      clazz  Lcom/sun/jdi/ClassType;
            8    9     3  interfaze  Lcom/sun/jdi/InterfaceType;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/Method;>;

  java.util.List<com.sun.jdi.ReferenceType> inheritedTypes();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=1
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
         0: .line 335
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            astore 1 /* inherited */
        start local 1 // java.util.List inherited
         1: .line 336
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.superclass:()Lcom/sun/jdi/ClassType;
            ifnull 3
         2: .line 337
            aload 1 /* inherited */
            iconst_0
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.superclass:()Lcom/sun/jdi/ClassType;
            invokeinterface java.util.List.add:(ILjava/lang/Object;)V
         3: .line 339
      StackMap locals: java.util.List
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.interfaces:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 3
            goto 6
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl java.util.List top java.util.Iterator
      StackMap stack:
         4: aload 3
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.ReferenceType
            astore 2 /* rt */
        start local 2 // com.sun.jdi.ReferenceType rt
         5: .line 340
            aload 1 /* inherited */
            aload 2 /* rt */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
        end local 2 // com.sun.jdi.ReferenceType rt
         6: .line 339
      StackMap locals:
      StackMap stack:
            aload 3
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 4
         7: .line 342
            aload 1 /* inherited */
            areturn
        end local 1 // java.util.List inherited
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    8     0       this  Lcom/sun/tools/jdi/ClassTypeImpl;
            1    8     1  inherited  Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;
            5    6     2         rt  Lcom/sun/jdi/ReferenceType;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;

  void validateMethodInvocation(com.sun.jdi.Method);
    descriptor: (Lcom/sun/jdi/Method;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.jdi.Method method
         0: .line 351
            aload 1 /* method */
            invokeinterface com.sun.jdi.Method.declaringType:()Lcom/sun/jdi/ReferenceType;
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 2 /* declType */
        start local 2 // com.sun.tools.jdi.ReferenceTypeImpl declType
         1: .line 352
            aload 2 /* declType */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.isAssignableFrom:(Lcom/sun/jdi/ReferenceType;)Z
            ifne 3
         2: .line 353
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid method"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 359
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl
      StackMap stack:
            aload 1 /* method */
            invokeinterface com.sun.jdi.Method.isStatic:()Z
            ifne 5
         4: .line 360
            new java.lang.IllegalArgumentException
            dup
            ldc "Cannot invoke instance method on a class type"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 361
      StackMap locals:
      StackMap stack:
            aload 1 /* method */
            invokeinterface com.sun.jdi.Method.isStaticInitializer:()Z
            ifeq 7
         6: .line 362
            new java.lang.IllegalArgumentException
            dup
            ldc "Cannot invoke static initializer"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         7: .line 364
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.jdi.ReferenceTypeImpl declType
        end local 1 // com.sun.jdi.Method method
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    8     0      this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0    8     1    method  Lcom/sun/jdi/Method;
            1    8     2  declType  Lcom/sun/tools/jdi/ReferenceTypeImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.InvocationException
    MethodParameters:
        Name  Flags
      method  

  void validateConstructorInvocation(com.sun.jdi.Method);
    descriptor: (Lcom/sun/jdi/Method;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.jdi.Method method
         0: .line 372
            aload 1 /* method */
            invokeinterface com.sun.jdi.Method.declaringType:()Lcom/sun/jdi/ReferenceType;
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 2 /* declType */
        start local 2 // com.sun.tools.jdi.ReferenceTypeImpl declType
         1: .line 373
            aload 2 /* declType */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.equals:(Ljava/lang/Object;)Z
            ifne 3
         2: .line 374
            new java.lang.IllegalArgumentException
            dup
            ldc "Invalid constructor"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         3: .line 380
      StackMap locals: com.sun.tools.jdi.ReferenceTypeImpl
      StackMap stack:
            aload 1 /* method */
            invokeinterface com.sun.jdi.Method.isConstructor:()Z
            ifne 5
         4: .line 381
            new java.lang.IllegalArgumentException
            dup
            ldc "Cannot create instance with non-constructor"
            invokespecial java.lang.IllegalArgumentException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 383
      StackMap locals:
      StackMap stack:
            return
        end local 2 // com.sun.tools.jdi.ReferenceTypeImpl declType
        end local 1 // com.sun.jdi.Method method
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    6     0      this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0    6     1    method  Lcom/sun/jdi/Method;
            1    6     2  declType  Lcom/sun/tools/jdi/ReferenceTypeImpl;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.InvocationException
    MethodParameters:
        Name  Flags
      method  

  void addVisibleMethods(java.util.Map<java.lang.String, com.sun.jdi.Method>);
    descriptor: (Ljava/util/Map;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=4, args_size=2
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // java.util.Map methodMap
         0: .line 392
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.interfaces:()Ljava/util/List;
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 2 /* iter */
        start local 2 // java.util.Iterator iter
         1: .line 393
            goto 4
         2: .line 394
      StackMap locals: java.util.Iterator
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.InterfaceTypeImpl
            astore 3 /* interfaze */
        start local 3 // com.sun.tools.jdi.InterfaceTypeImpl interfaze
         3: .line 395
            aload 3 /* interfaze */
            aload 1 /* methodMap */
            invokevirtual com.sun.tools.jdi.InterfaceTypeImpl.addVisibleMethods:(Ljava/util/Map;)V
        end local 3 // com.sun.tools.jdi.InterfaceTypeImpl interfaze
         4: .line 393
      StackMap locals:
      StackMap stack:
            aload 2 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 2
         5: .line 398
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.superclass:()Lcom/sun/jdi/ClassType;
            checkcast com.sun.tools.jdi.ClassTypeImpl
            astore 3 /* clazz */
        start local 3 // com.sun.tools.jdi.ClassTypeImpl clazz
         6: .line 399
            aload 3 /* clazz */
            ifnull 8
         7: .line 400
            aload 3 /* clazz */
            aload 1 /* methodMap */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.addVisibleMethods:(Ljava/util/Map;)V
         8: .line 403
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl
      StackMap stack:
            aload 0 /* this */
            aload 1 /* methodMap */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.methods:()Ljava/util/List;
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.addToMethodMap:(Ljava/util/Map;Ljava/util/List;)V
         9: .line 404
            return
        end local 3 // com.sun.tools.jdi.ClassTypeImpl clazz
        end local 2 // java.util.Iterator iter
        end local 1 // java.util.Map methodMap
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   10     0       this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0   10     1  methodMap  Ljava/util/Map<Ljava/lang/String;Lcom/sun/jdi/Method;>;
            1   10     2       iter  Ljava/util/Iterator;
            3    4     3  interfaze  Lcom/sun/tools/jdi/InterfaceTypeImpl;
            6   10     3      clazz  Lcom/sun/tools/jdi/ClassTypeImpl;
    Signature: (Ljava/util/Map<Ljava/lang/String;Lcom/sun/jdi/Method;>;)V
    MethodParameters:
           Name  Flags
      methodMap  

  boolean isAssignableTo(com.sun.jdi.ReferenceType);
    descriptor: (Lcom/sun/jdi/ReferenceType;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=6, args_size=2
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
        start local 1 // com.sun.jdi.ReferenceType type
         0: .line 407
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.superclass:()Lcom/sun/jdi/ClassType;
            checkcast com.sun.tools.jdi.ClassTypeImpl
            astore 2 /* superclazz */
        start local 2 // com.sun.tools.jdi.ClassTypeImpl superclazz
         1: .line 408
            aload 0 /* this */
            aload 1 /* type */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.equals:(Ljava/lang/Object;)Z
            ifeq 3
         2: .line 409
            iconst_1
            ireturn
         3: .line 410
      StackMap locals: com.sun.tools.jdi.ClassTypeImpl
      StackMap stack:
            aload 2 /* superclazz */
            ifnull 5
            aload 2 /* superclazz */
            aload 1 /* type */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.isAssignableTo:(Lcom/sun/jdi/ReferenceType;)Z
            ifeq 5
         4: .line 411
            iconst_1
            ireturn
         5: .line 413
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.interfaces:()Ljava/util/List;
            astore 3 /* interfaces */
        start local 3 // java.util.List interfaces
         6: .line 414
            aload 3 /* interfaces */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 4 /* iter */
        start local 4 // java.util.Iterator iter
         7: .line 415
            goto 11
         8: .line 416
      StackMap locals: java.util.List java.util.Iterator
      StackMap stack:
            aload 4 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.tools.jdi.InterfaceTypeImpl
            astore 5 /* interfaze */
        start local 5 // com.sun.tools.jdi.InterfaceTypeImpl interfaze
         9: .line 417
            aload 5 /* interfaze */
            aload 1 /* type */
            invokevirtual com.sun.tools.jdi.InterfaceTypeImpl.isAssignableTo:(Lcom/sun/jdi/ReferenceType;)Z
            ifeq 11
        10: .line 418
            iconst_1
            ireturn
        end local 5 // com.sun.tools.jdi.InterfaceTypeImpl interfaze
        11: .line 415
      StackMap locals:
      StackMap stack:
            aload 4 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 8
        12: .line 421
            iconst_0
            ireturn
        end local 4 // java.util.Iterator iter
        end local 3 // java.util.List interfaces
        end local 2 // com.sun.tools.jdi.ClassTypeImpl superclazz
        end local 1 // com.sun.jdi.ReferenceType type
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0   13     0        this  Lcom/sun/tools/jdi/ClassTypeImpl;
            0   13     1        type  Lcom/sun/jdi/ReferenceType;
            1   13     2  superclazz  Lcom/sun/tools/jdi/ClassTypeImpl;
            6   13     3  interfaces  Ljava/util/List<Lcom/sun/jdi/InterfaceType;>;
            7   13     4        iter  Ljava/util/Iterator;
            9   11     5   interfaze  Lcom/sun/tools/jdi/InterfaceTypeImpl;
    MethodParameters:
      Name  Flags
      type  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ClassTypeImpl this
         0: .line 426
            new java.lang.StringBuilder
            dup
            ldc "class "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.name:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc " ("
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ClassTypeImpl.loaderString:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            ldc ")"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.ClassTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ClassTypeImpl;

  public com.sun.jdi.VirtualMachine virtualMachine();
    descriptor: ()Lcom/sun/jdi/VirtualMachine;
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=1, locals=1, args_size=1
         0: .line 1
            aload 0
            invokespecial com.sun.tools.jdi.ReferenceTypeImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "ClassTypeImpl.java"
NestMembers:
  com.sun.tools.jdi.ClassTypeImpl$1  com.sun.tools.jdi.ClassTypeImpl$2
InnerClasses:
  com.sun.tools.jdi.ClassTypeImpl$1
  com.sun.tools.jdi.ClassTypeImpl$2
  ClassType = com.sun.tools.jdi.JDWP$ClassType of com.sun.tools.jdi.JDWP
  InvokeMethod = com.sun.tools.jdi.JDWP$ClassType$InvokeMethod of com.sun.tools.jdi.JDWP$ClassType
  NewInstance = com.sun.tools.jdi.JDWP$ClassType$NewInstance of com.sun.tools.jdi.JDWP$ClassType
  SetValues = com.sun.tools.jdi.JDWP$ClassType$SetValues of com.sun.tools.jdi.JDWP$ClassType
  FieldValue = com.sun.tools.jdi.JDWP$ClassType$SetValues$FieldValue of com.sun.tools.jdi.JDWP$ClassType$SetValues
  Superclass = com.sun.tools.jdi.JDWP$ClassType$Superclass of com.sun.tools.jdi.JDWP$ClassType