class com.sun.tools.example.debug.expr.LValue$LValueArrayElement extends com.sun.tools.example.debug.expr.LValue
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.sun.tools.example.debug.expr.LValue$LValueArrayElement
  super_class: com.sun.tools.example.debug.expr.LValue
{
  final com.sun.jdi.ArrayReference array;
    descriptor: Lcom/sun/jdi/ArrayReference;
    flags: (0x0010) ACC_FINAL

  final int index;
    descriptor: I
    flags: (0x0010) ACC_FINAL

  void <init>(com.sun.jdi.Value, int);
    descriptor: (Lcom/sun/jdi/Value;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=3, args_size=3
        start local 0 // com.sun.tools.example.debug.expr.LValue$LValueArrayElement this
        start local 1 // com.sun.jdi.Value value
        start local 2 // int index
         0: .line 637
            aload 0 /* this */
            invokespecial com.sun.tools.example.debug.expr.LValue.<init>:()V
         1: .line 638
            aload 1 /* value */
            instanceof com.sun.jdi.ArrayReference
            ifne 5
         2: .line 639
            new com.sun.tools.example.debug.expr.ParseException
            dup
         3: .line 640
            new java.lang.StringBuilder
            dup
            ldc "Must be array type: "
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 1 /* value */
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
         4: .line 639
            invokespecial com.sun.tools.example.debug.expr.ParseException.<init>:(Ljava/lang/String;)V
            athrow
         5: .line 642
      StackMap locals: com.sun.tools.example.debug.expr.LValue$LValueArrayElement com.sun.jdi.Value int
      StackMap stack:
            aload 0 /* this */
            aload 1 /* value */
            checkcast com.sun.jdi.ArrayReference
            putfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.array:Lcom/sun/jdi/ArrayReference;
         6: .line 643
            aload 0 /* this */
            iload 2 /* index */
            putfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.index:I
         7: .line 644
            return
        end local 2 // int index
        end local 1 // com.sun.jdi.Value value
        end local 0 // com.sun.tools.example.debug.expr.LValue$LValueArrayElement this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    8     0   this  Lcom/sun/tools/example/debug/expr/LValue$LValueArrayElement;
            0    8     1  value  Lcom/sun/jdi/Value;
            0    8     2  index  I
    Exceptions:
      throws com.sun.tools.example.debug.expr.ParseException
    MethodParameters:
       Name  Flags
      value  
      index  

  com.sun.jdi.Value getValue();
    descriptor: ()Lcom/sun/jdi/Value;
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.example.debug.expr.LValue$LValueArrayElement this
         0: .line 648
            aload 0 /* this */
            getfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.jdiValue:Lcom/sun/jdi/Value;
            ifnonnull 2
         1: .line 649
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.array:Lcom/sun/jdi/ArrayReference;
            aload 0 /* this */
            getfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.index:I
            invokeinterface com.sun.jdi.ArrayReference.getValue:(I)Lcom/sun/jdi/Value;
            putfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.jdiValue:Lcom/sun/jdi/Value;
         2: .line 651
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.jdiValue:Lcom/sun/jdi/Value;
            areturn
        end local 0 // com.sun.tools.example.debug.expr.LValue$LValueArrayElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/example/debug/expr/LValue$LValueArrayElement;

  void setValue0(com.sun.jdi.Value);
    descriptor: (Lcom/sun/jdi/Value;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.expr.LValue$LValueArrayElement this
        start local 1 // com.sun.jdi.Value val
         0: .line 657
            aload 0 /* this */
            getfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.array:Lcom/sun/jdi/ArrayReference;
            aload 0 /* this */
            getfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.index:I
            aload 1 /* val */
            invokeinterface com.sun.jdi.ArrayReference.setValue:(ILcom/sun/jdi/Value;)V
         1: .line 658
            aload 0 /* this */
            aload 1 /* val */
            putfield com.sun.tools.example.debug.expr.LValue$LValueArrayElement.jdiValue:Lcom/sun/jdi/Value;
         2: .line 659
            return
        end local 1 // com.sun.jdi.Value val
        end local 0 // com.sun.tools.example.debug.expr.LValue$LValueArrayElement this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/example/debug/expr/LValue$LValueArrayElement;
            0    3     1   val  Lcom/sun/jdi/Value;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException, com.sun.jdi.ClassNotLoadedException
    MethodParameters:
      Name  Flags
      val   

  void invokeWith(java.util.List<com.sun.jdi.Value>);
    descriptor: (Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.expr.LValue$LValueArrayElement this
        start local 1 // java.util.List arguments
         0: .line 663
            new com.sun.tools.example.debug.expr.ParseException
            dup
            ldc "Array element is not a method"
            invokespecial com.sun.tools.example.debug.expr.ParseException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // java.util.List arguments
        end local 0 // com.sun.tools.example.debug.expr.LValue$LValueArrayElement this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/tools/example/debug/expr/LValue$LValueArrayElement;
            0    1     1  arguments  Ljava/util/List<Lcom/sun/jdi/Value;>;
    Exceptions:
      throws com.sun.tools.example.debug.expr.ParseException
    Signature: (Ljava/util/List<Lcom/sun/jdi/Value;>;)V
    MethodParameters:
           Name  Flags
      arguments  
}
SourceFile: "LValue.java"
NestHost: com.sun.tools.example.debug.expr.LValue
InnerClasses:
  private LValueArrayElement = com.sun.tools.example.debug.expr.LValue$LValueArrayElement of com.sun.tools.example.debug.expr.LValue