class com.sun.tools.jdi.ArrayReferenceImpl$Component implements com.sun.tools.jdi.ValueContainer
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.jdi.ArrayReferenceImpl$Component
  super_class: java.lang.Object
{
  final com.sun.tools.jdi.ArrayReferenceImpl this$0;
    descriptor: Lcom/sun/tools/jdi/ArrayReferenceImpl;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.jdi.ArrayReferenceImpl);
    descriptor: (Lcom/sun/tools/jdi/ArrayReferenceImpl;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ArrayReferenceImpl$Component this
         0: .line 273
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdi.ArrayReferenceImpl$Component.this$0:Lcom/sun/tools/jdi/ArrayReferenceImpl;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.jdi.ArrayReferenceImpl$Component this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayReferenceImpl$Component;
    MethodParameters:
        Name  Flags
      this$0  final

  public com.sun.jdi.Type type();
    descriptor: ()Lcom/sun/jdi/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayReferenceImpl$Component this
         0: .line 275
            aload 0 /* this */
            getfield com.sun.tools.jdi.ArrayReferenceImpl$Component.this$0:Lcom/sun/tools/jdi/ArrayReferenceImpl;
            invokevirtual com.sun.tools.jdi.ArrayReferenceImpl.arrayType:()Lcom/sun/tools/jdi/ArrayTypeImpl;
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.componentType:()Lcom/sun/jdi/Type;
            areturn
        end local 0 // com.sun.tools.jdi.ArrayReferenceImpl$Component this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayReferenceImpl$Component;
    Exceptions:
      throws com.sun.jdi.ClassNotLoadedException

  public java.lang.String typeName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ArrayReferenceImpl$Component this
         0: .line 278
            aload 0 /* this */
            getfield com.sun.tools.jdi.ArrayReferenceImpl$Component.this$0:Lcom/sun/tools/jdi/ArrayReferenceImpl;
            invokevirtual com.sun.tools.jdi.ArrayReferenceImpl.arrayType:()Lcom/sun/tools/jdi/ArrayTypeImpl;
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.componentTypeName:()Ljava/lang/String;
            areturn
        end local 0 // com.sun.tools.jdi.ArrayReferenceImpl$Component this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ArrayReferenceImpl$Component;

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

  public com.sun.jdi.Type findType(java.lang.String);
    descriptor: (Ljava/lang/String;)Lcom/sun/jdi/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ArrayReferenceImpl$Component this
        start local 1 // java.lang.String signature
         0: .line 284
            aload 0 /* this */
            getfield com.sun.tools.jdi.ArrayReferenceImpl$Component.this$0:Lcom/sun/tools/jdi/ArrayReferenceImpl;
            invokevirtual com.sun.tools.jdi.ArrayReferenceImpl.arrayType:()Lcom/sun/tools/jdi/ArrayTypeImpl;
            aload 1 /* signature */
            invokevirtual com.sun.tools.jdi.ArrayTypeImpl.findComponentType:(Ljava/lang/String;)Lcom/sun/jdi/Type;
            areturn
        end local 1 // java.lang.String signature
        end local 0 // com.sun.tools.jdi.ArrayReferenceImpl$Component this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/tools/jdi/ArrayReferenceImpl$Component;
            0    1     1  signature  Ljava/lang/String;
    Exceptions:
      throws com.sun.jdi.ClassNotLoadedException
    MethodParameters:
           Name  Flags
      signature  
}
SourceFile: "ArrayReferenceImpl.java"
NestHost: com.sun.tools.jdi.ArrayReferenceImpl
InnerClasses:
  Component = com.sun.tools.jdi.ArrayReferenceImpl$Component of com.sun.tools.jdi.ArrayReferenceImpl