class com.sun.tools.example.debug.expr.LValue$LValueLocal 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$LValueLocal
  super_class: com.sun.tools.example.debug.expr.LValue
{
  final com.sun.jdi.StackFrame frame;
    descriptor: Lcom/sun/jdi/StackFrame;
    flags: (0x0010) ACC_FINAL

  final com.sun.jdi.LocalVariable var;
    descriptor: Lcom/sun/jdi/LocalVariable;
    flags: (0x0010) ACC_FINAL

  void <init>(com.sun.jdi.StackFrame, com.sun.jdi.LocalVariable);
    descriptor: (Lcom/sun/jdi/StackFrame;Lcom/sun/jdi/LocalVariable;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.sun.tools.example.debug.expr.LValue$LValueLocal this
        start local 1 // com.sun.jdi.StackFrame frame
        start local 2 // com.sun.jdi.LocalVariable var
         0: .line 427
            aload 0 /* this */
            invokespecial com.sun.tools.example.debug.expr.LValue.<init>:()V
         1: .line 428
            aload 0 /* this */
            aload 1 /* frame */
            putfield com.sun.tools.example.debug.expr.LValue$LValueLocal.frame:Lcom/sun/jdi/StackFrame;
         2: .line 429
            aload 0 /* this */
            aload 2 /* var */
            putfield com.sun.tools.example.debug.expr.LValue$LValueLocal.var:Lcom/sun/jdi/LocalVariable;
         3: .line 430
            return
        end local 2 // com.sun.jdi.LocalVariable var
        end local 1 // com.sun.jdi.StackFrame frame
        end local 0 // com.sun.tools.example.debug.expr.LValue$LValueLocal this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    4     0   this  Lcom/sun/tools/example/debug/expr/LValue$LValueLocal;
            0    4     1  frame  Lcom/sun/jdi/StackFrame;
            0    4     2    var  Lcom/sun/jdi/LocalVariable;
    MethodParameters:
       Name  Flags
      frame  
      var    

  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$LValueLocal this
         0: .line 434
            aload 0 /* this */
            getfield com.sun.tools.example.debug.expr.LValue$LValueLocal.jdiValue:Lcom/sun/jdi/Value;
            ifnonnull 2
         1: .line 435
            aload 0 /* this */
            aload 0 /* this */
            getfield com.sun.tools.example.debug.expr.LValue$LValueLocal.frame:Lcom/sun/jdi/StackFrame;
            aload 0 /* this */
            getfield com.sun.tools.example.debug.expr.LValue$LValueLocal.var:Lcom/sun/jdi/LocalVariable;
            invokeinterface com.sun.jdi.StackFrame.getValue:(Lcom/sun/jdi/LocalVariable;)Lcom/sun/jdi/Value;
            putfield com.sun.tools.example.debug.expr.LValue$LValueLocal.jdiValue:Lcom/sun/jdi/Value;
         2: .line 437
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.example.debug.expr.LValue$LValueLocal.jdiValue:Lcom/sun/jdi/Value;
            areturn
        end local 0 // com.sun.tools.example.debug.expr.LValue$LValueLocal this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/example/debug/expr/LValue$LValueLocal;

  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$LValueLocal this
        start local 1 // com.sun.jdi.Value val
         0: .line 443
            aload 0 /* this */
            getfield com.sun.tools.example.debug.expr.LValue$LValueLocal.frame:Lcom/sun/jdi/StackFrame;
            aload 0 /* this */
            getfield com.sun.tools.example.debug.expr.LValue$LValueLocal.var:Lcom/sun/jdi/LocalVariable;
            aload 1 /* val */
            invokeinterface com.sun.jdi.StackFrame.setValue:(Lcom/sun/jdi/LocalVariable;Lcom/sun/jdi/Value;)V
         1: .line 444
            aload 0 /* this */
            aload 1 /* val */
            putfield com.sun.tools.example.debug.expr.LValue$LValueLocal.jdiValue:Lcom/sun/jdi/Value;
         2: .line 445
            return
        end local 1 // com.sun.jdi.Value val
        end local 0 // com.sun.tools.example.debug.expr.LValue$LValueLocal this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    3     0  this  Lcom/sun/tools/example/debug/expr/LValue$LValueLocal;
            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=5, locals=2, args_size=2
        start local 0 // com.sun.tools.example.debug.expr.LValue$LValueLocal this
        start local 1 // java.util.List arguments
         0: .line 449
            new com.sun.tools.example.debug.expr.ParseException
            dup
            new java.lang.StringBuilder
            dup
            aload 0 /* this */
            getfield com.sun.tools.example.debug.expr.LValue$LValueLocal.var:Lcom/sun/jdi/LocalVariable;
            invokeinterface com.sun.jdi.LocalVariable.name:()Ljava/lang/String;
            invokestatic java.lang.String.valueOf:(Ljava/lang/Object;)Ljava/lang/String;
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            ldc " is not a method"
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            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$LValueLocal this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/tools/example/debug/expr/LValue$LValueLocal;
            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 LValueLocal = com.sun.tools.example.debug.expr.LValue$LValueLocal of com.sun.tools.example.debug.expr.LValue