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

  private final com.sun.tools.jdi.ThreadReferenceImpl val$thread;
    descriptor: Lcom/sun/tools/jdi/ThreadReferenceImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.sun.tools.jdi.ClassTypeImpl val$refType;
    descriptor: Lcom/sun/tools/jdi/ClassTypeImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.sun.tools.jdi.MethodImpl val$method;
    descriptor: Lcom/sun/tools/jdi/MethodImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final com.sun.tools.jdi.ValueImpl[] val$args;
    descriptor: [Lcom/sun/tools/jdi/ValueImpl;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final int val$options;
    descriptor: I
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.sun.tools.jdi.ObjectReferenceImpl, com.sun.tools.jdi.ThreadReferenceImpl, com.sun.tools.jdi.ClassTypeImpl, com.sun.tools.jdi.MethodImpl, com.sun.tools.jdi.ValueImpl[], int);
    descriptor: (Lcom/sun/tools/jdi/ObjectReferenceImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/ClassTypeImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)V
    flags: (0x0000) 
    Code:
      stack=2, locals=7, args_size=7
        start local 0 // com.sun.tools.jdi.ObjectReferenceImpl$1 this
         0: .line 355
            aload 0 /* this */
            aload 1
            putfield com.sun.tools.jdi.ObjectReferenceImpl$1.this$0:Lcom/sun/tools/jdi/ObjectReferenceImpl;
            aload 0 /* this */
            aload 2
            putfield com.sun.tools.jdi.ObjectReferenceImpl$1.val$thread:Lcom/sun/tools/jdi/ThreadReferenceImpl;
            aload 0 /* this */
            aload 3
            putfield com.sun.tools.jdi.ObjectReferenceImpl$1.val$refType:Lcom/sun/tools/jdi/ClassTypeImpl;
            aload 0 /* this */
            aload 4
            putfield com.sun.tools.jdi.ObjectReferenceImpl$1.val$method:Lcom/sun/tools/jdi/MethodImpl;
            aload 0 /* this */
            aload 5
            putfield com.sun.tools.jdi.ObjectReferenceImpl$1.val$args:[Lcom/sun/tools/jdi/ValueImpl;
            aload 0 /* this */
            iload 6
            putfield com.sun.tools.jdi.ObjectReferenceImpl$1.val$options:I
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.sun.tools.jdi.ObjectReferenceImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ObjectReferenceImpl$1;
    MethodParameters:
             Name  Flags
      this$0       final
      val$thread   final
      val$refType  final
      val$method   final
      val$args     final
      val$options  final

  public com.sun.tools.jdi.PacketStream send();
    descriptor: ()Lcom/sun/tools/jdi/PacketStream;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=8, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ObjectReferenceImpl$1 this
         0: .line 358
            aload 0 /* this */
            getfield com.sun.tools.jdi.ObjectReferenceImpl$1.this$0:Lcom/sun/tools/jdi/ObjectReferenceImpl;
            getfield com.sun.tools.jdi.ObjectReferenceImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            getfield com.sun.tools.jdi.ObjectReferenceImpl$1.this$0:Lcom/sun/tools/jdi/ObjectReferenceImpl;
         1: .line 359
            aload 0 /* this */
            getfield com.sun.tools.jdi.ObjectReferenceImpl$1.val$thread:Lcom/sun/tools/jdi/ThreadReferenceImpl;
            aload 0 /* this */
            getfield com.sun.tools.jdi.ObjectReferenceImpl$1.val$refType:Lcom/sun/tools/jdi/ClassTypeImpl;
         2: .line 360
            aload 0 /* this */
            getfield com.sun.tools.jdi.ObjectReferenceImpl$1.val$method:Lcom/sun/tools/jdi/MethodImpl;
            invokevirtual com.sun.tools.jdi.MethodImpl.ref:()J
            aload 0 /* this */
            getfield com.sun.tools.jdi.ObjectReferenceImpl$1.val$args:[Lcom/sun/tools/jdi/ValueImpl;
            aload 0 /* this */
            getfield com.sun.tools.jdi.ObjectReferenceImpl$1.val$options:I
         3: .line 357
            invokestatic com.sun.tools.jdi.JDWP$ObjectReference$InvokeMethod.enqueueCommand:(Lcom/sun/tools/jdi/VirtualMachineImpl;Lcom/sun/tools/jdi/ObjectReferenceImpl;Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/ClassTypeImpl;J[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/PacketStream;
            areturn
        end local 0 // com.sun.tools.jdi.ObjectReferenceImpl$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    4     0  this  Lcom/sun/tools/jdi/ObjectReferenceImpl$1;
}
SourceFile: "ObjectReferenceImpl.java"
EnclosingMethod: com.sun.tools.jdi.ObjectReferenceImpl.sendInvokeCommand:(Lcom/sun/tools/jdi/ThreadReferenceImpl;Lcom/sun/tools/jdi/ClassTypeImpl;Lcom/sun/tools/jdi/MethodImpl;[Lcom/sun/tools/jdi/ValueImpl;I)Lcom/sun/tools/jdi/PacketStream;
NestHost: com.sun.tools.jdi.ObjectReferenceImpl
InnerClasses:
  ObjectReference = com.sun.tools.jdi.JDWP$ObjectReference of com.sun.tools.jdi.JDWP
  InvokeMethod = com.sun.tools.jdi.JDWP$ObjectReference$InvokeMethod of com.sun.tools.jdi.JDWP$ObjectReference
  com.sun.tools.jdi.ObjectReferenceImpl$1