public class com.sun.tools.jdi.ArrayTypeImpl extends com.sun.tools.jdi.ReferenceTypeImpl implements com.sun.jdi.ArrayType
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.ArrayTypeImpl
  super_class: com.sun.tools.jdi.ReferenceTypeImpl
{
  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.ArrayTypeImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
        start local 2 // long aRef
         0: .line 49
            aload 0 /* this */
            aload 1 /* aVm */
            lload 2 /* aRef */
            invokespecial com.sun.tools.jdi.ReferenceTypeImpl.<init>:(Lcom/sun/jdi/VirtualMachine;J)V
         1: .line 50
            return
        end local 2 // long aRef
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/ArrayTypeImpl;
            0    2     1   aVm  Lcom/sun/jdi/VirtualMachine;
            0    2     2  aRef  J
    MethodParameters:
      Name  Flags
      aVm   
      aRef  

  public com.sun.jdi.ArrayReference newInstance(int);
    descriptor: (I)Lcom/sun/jdi/ArrayReference;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
        start local 1 // int length
         0: .line 55
            aload 0 /* this */
            getfield com.sun.tools.jdi.ArrayTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            iload 1 /* length */
            invokestatic com.sun.tools.jdi.JDWP$ArrayType$NewInstance.process:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ArrayTypeImpl;I)Lcom/sun/tools/jdi/JDWP$ArrayType$NewInstance;
            getfield com.sun.tools.jdi.JDWP$ArrayType$NewInstance.newArray:Lcom/sun/tools/jdi/ObjectReferenceImpl;
         1: .line 54
            checkcast com.sun.jdi.ArrayReference
         2: areturn
         3: .line 56
      StackMap locals:
      StackMap stack: com.sun.tools.jdi.JDWPException
            astore 2 /* exc */
        start local 2 // com.sun.tools.jdi.JDWPException exc
         4: .line 57
            aload 2 /* exc */
            invokevirtual com.sun.tools.jdi.JDWPException.toJDIException:()Ljava/lang/RuntimeException;
            athrow
        end local 2 // com.sun.tools.jdi.JDWPException exc
        end local 1 // int length
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/sun/tools/jdi/ArrayTypeImpl;
            0    5     1  length  I
            4    5     2     exc  Lcom/sun/tools/jdi/JDWPException;
      Exception table:
        from    to  target  type
           0     2       3  Class com.sun.tools.jdi.JDWPException
    MethodParameters:
        Name  Flags
      length  

  public java.lang.String componentSignature();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
         0: .line 62
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.signature:()Ljava/lang/String;
            iconst_1
            invokevirtual java.lang.String.substring:(I)Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayTypeImpl;

  public java.lang.String componentTypeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
         0: .line 66
            new com.sun.tools.jdi.JNITypeParser
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.componentSignature:()Ljava/lang/String;
            invokespecial com.sun.tools.jdi.JNITypeParser.<init>:(Ljava/lang/String;)V
            astore 1 /* parser */
        start local 1 // com.sun.tools.jdi.JNITypeParser parser
         1: .line 67
            aload 1 /* parser */
            invokevirtual com.sun.tools.jdi.JNITypeParser.typeName:()Ljava/lang/String;
            areturn
        end local 1 // com.sun.tools.jdi.JNITypeParser parser
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    2     0    this  Lcom/sun/tools/jdi/ArrayTypeImpl;
            1    2     1  parser  Lcom/sun/tools/jdi/JNITypeParser;

  com.sun.jdi.Type type();
    descriptor: ()Lcom/sun/jdi/Type;
    flags: (0x0000) 
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
         0: .line 71
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.componentSignature:()Ljava/lang/String;
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.findType:(Ljava/lang/String;)Lcom/sun/jdi/Type;
            areturn
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayTypeImpl;
    Exceptions:
      throws com.sun.jdi.ClassNotLoadedException

  void addVisibleMethods(java.util.Map<java.lang.String, com.sun.jdi.Method>, java.util.Set<com.sun.jdi.InterfaceType>);
    descriptor: (Ljava/util/Map;Ljava/util/Set;)V
    flags: (0x0000) 
    Code:
      stack=0, locals=3, args_size=3
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
        start local 1 // java.util.Map map
        start local 2 // java.util.Set seenInterfaces
         0: .line 77
            return
        end local 2 // java.util.Set seenInterfaces
        end local 1 // java.util.Map map
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/sun/tools/jdi/ArrayTypeImpl;
            0    1     1             map  Ljava/util/Map<Ljava/lang/String;Lcom/sun/jdi/Method;>;
            0    1     2  seenInterfaces  Ljava/util/Set<Lcom/sun/jdi/InterfaceType;>;
    Signature: (Ljava/util/Map<Ljava/lang/String;Lcom/sun/jdi/Method;>;Ljava/util/Set<Lcom/sun/jdi/InterfaceType;>;)V
    MethodParameters:
                Name  Flags
      map             
      seenInterfaces  

  public java.util.List<com.sun.jdi.Method> allMethods();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
         0: .line 80
            new java.util.ArrayList
            dup
            iconst_0
            invokespecial java.util.ArrayList.<init>:(I)V
            areturn
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayTypeImpl;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/Method;>;

  com.sun.jdi.Type findComponentType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/jdi/Type;
    flags: (0x0000) 
    Code:
      stack=3, locals=8, args_size=2
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
        start local 1 // java.lang.String signature
         0: .line 93
            aload 1 /* signature */
            iconst_0
            invokevirtual java.lang.String.charAt:(I)C
            i2b
            istore 2 /* tag */
        start local 2 // byte tag
         1: .line 94
            iload 2 /* tag */
            invokestatic com.sun.tools.jdi.PacketStream.isObjectTag:(B)Z
            ifeq 14
         2: .line 96
            new com.sun.tools.jdi.JNITypeParser
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.componentSignature:()Ljava/lang/String;
            invokespecial com.sun.tools.jdi.JNITypeParser.<init>:(Ljava/lang/String;)V
            astore 3 /* parser */
        start local 3 // com.sun.tools.jdi.JNITypeParser parser
         3: .line 97
            aload 0 /* this */
            getfield com.sun.tools.jdi.ArrayTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 3 /* parser */
            invokevirtual com.sun.tools.jdi.JNITypeParser.typeName:()Ljava/lang/String;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.classesByName:(Ljava/lang/String;)Ljava/util/List;
            astore 4 /* list */
        start local 4 // java.util.List list
         4: .line 98
            aload 4 /* list */
            invokeinterface java.util.List.iterator:()Ljava/util/Iterator;
            astore 5 /* iter */
        start local 5 // java.util.Iterator iter
         5: .line 99
            goto 12
         6: .line 100
      StackMap locals: com.sun.tools.jdi.ArrayTypeImpl java.lang.String int com.sun.tools.jdi.JNITypeParser java.util.List java.util.Iterator
      StackMap stack:
            aload 5 /* iter */
            invokeinterface java.util.Iterator.next:()Ljava/lang/Object;
            checkcast com.sun.jdi.ReferenceType
            astore 6 /* type */
        start local 6 // com.sun.jdi.ReferenceType type
         7: .line 101
            aload 6 /* type */
            invokeinterface com.sun.jdi.ReferenceType.classLoader:()Lcom/sun/jdi/ClassLoaderReference;
            astore 7 /* cl */
        start local 7 // com.sun.jdi.ClassLoaderReference cl
         8: .line 102
            aload 7 /* cl */
            ifnonnull 10
         9: .line 103
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.classLoader:()Lcom/sun/jdi/ClassLoaderReference;
            ifnonnull 12
            goto 11
        10: .line 104
      StackMap locals: com.sun.jdi.ReferenceType com.sun.jdi.ClassLoaderReference
      StackMap stack:
            aload 7 /* cl */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.classLoader:()Lcom/sun/jdi/ClassLoaderReference;
            invokeinterface com.sun.jdi.ClassLoaderReference.equals:(Ljava/lang/Object;)Z
            ifeq 12
        11: .line 105
      StackMap locals:
      StackMap stack:
            aload 6 /* type */
            areturn
        end local 7 // com.sun.jdi.ClassLoaderReference cl
        end local 6 // com.sun.jdi.ReferenceType type
        12: .line 99
      StackMap locals:
      StackMap stack:
            aload 5 /* iter */
            invokeinterface java.util.Iterator.hasNext:()Z
            ifne 6
        13: .line 109
            new com.sun.jdi.ClassNotLoadedException
            dup
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.componentTypeName:()Ljava/lang/String;
            invokespecial com.sun.jdi.ClassNotLoadedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 5 // java.util.Iterator iter
        end local 4 // java.util.List list
        end local 3 // com.sun.tools.jdi.JNITypeParser parser
        14: .line 112
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.ArrayTypeImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            iload 2 /* tag */
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.primitiveTypeMirror:(B)Lcom/sun/jdi/PrimitiveType;
            areturn
        end local 2 // byte tag
        end local 1 // java.lang.String signature
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lcom/sun/tools/jdi/ArrayTypeImpl;
            0   15     1  signature  Ljava/lang/String;
            1   15     2        tag  B
            3   14     3     parser  Lcom/sun/tools/jdi/JNITypeParser;
            4   14     4       list  Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;
            5   14     5       iter  Ljava/util/Iterator<Lcom/sun/jdi/ReferenceType;>;
            7   12     6       type  Lcom/sun/jdi/ReferenceType;
            8   12     7         cl  Lcom/sun/jdi/ClassLoaderReference;
    Exceptions:
      throws com.sun.jdi.ClassNotLoadedException
    MethodParameters:
           Name  Flags
      signature  

  public com.sun.jdi.Type componentType();
    descriptor: ()Lcom/sun/jdi/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
         0: .line 117
            aload 0 /* this */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.componentSignature:()Ljava/lang/String;
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.findComponentType:(Ljava/lang/String;)Lcom/sun/jdi/Type;
            areturn
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayTypeImpl;
    Exceptions:
      throws com.sun.jdi.ClassNotLoadedException

  static boolean isComponentAssignable(com.sun.jdi.Type, com.sun.jdi.Type);
    descriptor: (Lcom/sun/jdi/Type;Lcom/sun/jdi/Type;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=2, locals=4, args_size=2
        start local 0 // com.sun.jdi.Type destination
        start local 1 // com.sun.jdi.Type source
         0: .line 121
            aload 1 /* source */
            instanceof com.sun.jdi.PrimitiveType
            ifeq 2
         1: .line 124
            aload 1 /* source */
            aload 0 /* destination */
            invokevirtual java.lang.Object.equals:(Ljava/lang/Object;)Z
            ireturn
         2: .line 126
      StackMap locals:
      StackMap stack:
            aload 0 /* destination */
            instanceof com.sun.jdi.PrimitiveType
            ifeq 4
         3: .line 127
            iconst_0
            ireturn
         4: .line 130
      StackMap locals:
      StackMap stack:
            aload 1 /* source */
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 2 /* refSource */
        start local 2 // com.sun.tools.jdi.ReferenceTypeImpl refSource
         5: .line 131
            aload 0 /* destination */
            checkcast com.sun.tools.jdi.ReferenceTypeImpl
            astore 3 /* refDestination */
        start local 3 // com.sun.tools.jdi.ReferenceTypeImpl refDestination
         6: .line 134
            aload 2 /* refSource */
            aload 3 /* refDestination */
            invokevirtual com.sun.tools.jdi.ReferenceTypeImpl.isAssignableTo:(Lcom/sun/jdi/ReferenceType;)Z
            ireturn
        end local 3 // com.sun.tools.jdi.ReferenceTypeImpl refDestination
        end local 2 // com.sun.tools.jdi.ReferenceTypeImpl refSource
        end local 1 // com.sun.jdi.Type source
        end local 0 // com.sun.jdi.Type destination
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    7     0     destination  Lcom/sun/jdi/Type;
            0    7     1          source  Lcom/sun/jdi/Type;
            5    7     2       refSource  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            6    7     3  refDestination  Lcom/sun/tools/jdi/ReferenceTypeImpl;
    MethodParameters:
             Name  Flags
      destination  
      source       

  boolean isAssignableTo(com.sun.jdi.ReferenceType);
    descriptor: (Lcom/sun/jdi/ReferenceType;)Z
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
        start local 1 // com.sun.jdi.ReferenceType destType
         0: .line 143
            aload 1 /* destType */
            instanceof com.sun.jdi.ArrayType
            ifeq 6
         1: .line 145
            aload 1 /* destType */
            checkcast com.sun.jdi.ArrayType
            invokeinterface com.sun.jdi.ArrayType.componentType:()Lcom/sun/jdi/Type;
            astore 2 /* destComponentType */
        start local 2 // com.sun.jdi.Type destComponentType
         2: .line 146
            aload 2 /* destComponentType */
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.componentType:()Lcom/sun/jdi/Type;
            invokestatic com.sun.tools.jdi.ArrayTypeImpl.isComponentAssignable:(Lcom/sun/jdi/Type;Lcom/sun/jdi/Type;)Z
         3: ireturn
        end local 2 // com.sun.jdi.Type destComponentType
         4: .line 147
      StackMap locals:
      StackMap stack: com.sun.jdi.ClassNotLoadedException
            pop
         5: .line 150
            iconst_0
            ireturn
         6: .line 152
      StackMap locals:
      StackMap stack:
            aload 1 /* destType */
            instanceof com.sun.jdi.InterfaceType
            ifeq 8
         7: .line 154
            aload 1 /* destType */
            invokeinterface com.sun.jdi.ReferenceType.name:()Ljava/lang/String;
            ldc "java.lang.Cloneable"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
         8: .line 157
      StackMap locals:
      StackMap stack:
            aload 1 /* destType */
            invokeinterface com.sun.jdi.ReferenceType.name:()Ljava/lang/String;
            ldc "java.lang.Object"
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // com.sun.jdi.ReferenceType destType
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot               Name  Signature
            0    9     0               this  Lcom/sun/tools/jdi/ArrayTypeImpl;
            0    9     1           destType  Lcom/sun/jdi/ReferenceType;
            2    4     2  destComponentType  Lcom/sun/jdi/Type;
      Exception table:
        from    to  target  type
           1     3       4  Class com.sun.jdi.ClassNotLoadedException
    MethodParameters:
          Name  Flags
      destType  

  java.util.List<com.sun.jdi.ReferenceType> inheritedTypes();
    descriptor: ()Ljava/util/List;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
         0: .line 162
            new java.util.ArrayList
            dup
            iconst_0
            invokespecial java.util.ArrayList.<init>:(I)V
            areturn
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayTypeImpl;
    Signature: ()Ljava/util/List<Lcom/sun/jdi/ReferenceType;>;

  void getModifiers();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
         0: .line 166
            aload 0 /* this */
            getfield com.sun.tools.jdi.ArrayTypeImpl.modifiers:I
            iconst_m1
            if_icmpeq 2
         1: .line 167
            return
         2: .line 182
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.componentType:()Lcom/sun/jdi/Type;
            astore 1 /* t */
        start local 1 // com.sun.jdi.Type t
         3: .line 183
            aload 1 /* t */
            instanceof com.sun.jdi.PrimitiveType
            ifeq 6
         4: .line 184
            aload 0 /* this */
            bipush 17
            putfield com.sun.tools.jdi.ArrayTypeImpl.modifiers:I
         5: .line 185
            goto 11
         6: .line 186
      StackMap locals: com.sun.jdi.Type
      StackMap stack:
            aload 1 /* t */
            checkcast com.sun.jdi.ReferenceType
            astore 2 /* rt */
        start local 2 // com.sun.jdi.ReferenceType rt
         7: .line 187
            aload 0 /* this */
            aload 2 /* rt */
            invokeinterface com.sun.jdi.ReferenceType.modifiers:()I
            putfield com.sun.tools.jdi.ArrayTypeImpl.modifiers:I
        end local 2 // com.sun.jdi.ReferenceType rt
        end local 1 // com.sun.jdi.Type t
         8: .line 189
            goto 11
      StackMap locals: com.sun.tools.jdi.ArrayTypeImpl
      StackMap stack: com.sun.jdi.ClassNotLoadedException
         9: astore 1 /* cnle */
        start local 1 // com.sun.jdi.ClassNotLoadedException cnle
        10: .line 190
            aload 1 /* cnle */
            invokevirtual com.sun.jdi.ClassNotLoadedException.printStackTrace:()V
        end local 1 // com.sun.jdi.ClassNotLoadedException cnle
        11: .line 192
      StackMap locals:
      StackMap stack:
            return
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0   12     0  this  Lcom/sun/tools/jdi/ArrayTypeImpl;
            3    8     1     t  Lcom/sun/jdi/Type;
            7    8     2    rt  Lcom/sun/jdi/ReferenceType;
           10   11     1  cnle  Lcom/sun/jdi/ClassNotLoadedException;
      Exception table:
        from    to  target  type
           2     8       9  Class com.sun.jdi.ClassNotLoadedException

  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.ArrayTypeImpl this
         0: .line 195
            new java.lang.StringBuilder
            dup
            ldc "array class "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.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.ArrayTypeImpl.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.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayTypeImpl;

  public boolean isPrepared();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
         0: .line 202
            iconst_1
            ireturn
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayTypeImpl;

  public boolean isVerified();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
         0: .line 203
            iconst_1
            ireturn
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayTypeImpl;

  public boolean isInitialized();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
         0: .line 204
            iconst_1
            ireturn
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayTypeImpl;

  public boolean failedToInitialize();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
         0: .line 205
            iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayTypeImpl;

  public boolean isAbstract();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
         0: .line 206
            iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayTypeImpl;

  public boolean isFinal();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
         0: .line 211
            iconst_1
            ireturn
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayTypeImpl;

  public boolean isStatic();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayTypeImpl this
         0: .line 216
            iconst_0
            ireturn
        end local 0 // com.sun.tools.jdi.ArrayTypeImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayTypeImpl;

  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: "ArrayTypeImpl.java"
InnerClasses:
  ArrayType = com.sun.tools.jdi.JDWP$ArrayType of com.sun.tools.jdi.JDWP
  NewInstance = com.sun.tools.jdi.JDWP$ArrayType$NewInstance of com.sun.tools.jdi.JDWP$ArrayType