public class com.sun.tools.jdi.VoidValueImpl extends com.sun.tools.jdi.ValueImpl implements com.sun.jdi.VoidValue
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.VoidValueImpl
  super_class: com.sun.tools.jdi.ValueImpl
{
  void <init>(com.sun.jdi.VirtualMachine);
    descriptor: (Lcom/sun/jdi/VirtualMachine;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VoidValueImpl this
        start local 1 // com.sun.jdi.VirtualMachine aVm
         0: .line 36
            aload 0 /* this */
            aload 1 /* aVm */
            invokespecial com.sun.tools.jdi.ValueImpl.<init>:(Lcom/sun/jdi/VirtualMachine;)V
         1: .line 37
            return
        end local 1 // com.sun.jdi.VirtualMachine aVm
        end local 0 // com.sun.tools.jdi.VoidValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VoidValueImpl;
            0    2     1   aVm  Lcom/sun/jdi/VirtualMachine;
    MethodParameters:
      Name  Flags
      aVm   

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VoidValueImpl this
        start local 1 // java.lang.Object obj
         0: .line 40
            aload 1 /* obj */
            ifnull 1
            aload 1 /* obj */
            instanceof com.sun.jdi.VoidValue
            ifeq 1
            aload 0 /* this */
            aload 1 /* obj */
            invokespecial com.sun.tools.jdi.ValueImpl.equals:(Ljava/lang/Object;)Z
            ifeq 1
            iconst_1
            ireturn
      StackMap locals:
      StackMap stack:
         1: iconst_0
            ireturn
        end local 1 // java.lang.Object obj
        end local 0 // com.sun.tools.jdi.VoidValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/sun/tools/jdi/VoidValueImpl;
            0    2     1   obj  Ljava/lang/Object;
    MethodParameters:
      Name  Flags
      obj   

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VoidValueImpl this
         0: .line 47
            ldc 47245
            ireturn
        end local 0 // com.sun.tools.jdi.VoidValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VoidValueImpl;

  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.VoidValueImpl this
         0: .line 51
            aload 0 /* this */
            getfield com.sun.tools.jdi.VoidValueImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            invokevirtual com.sun.tools.jdi.VirtualMachineImpl.theVoidType:()Lcom/sun/jdi/VoidType;
            areturn
        end local 0 // com.sun.tools.jdi.VoidValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VoidValueImpl;

  com.sun.tools.jdi.ValueImpl prepareForAssignmentTo(com.sun.tools.jdi.ValueContainer);
    descriptor: (Lcom/sun/tools/jdi/ValueContainer;)Lcom/sun/tools/jdi/ValueImpl;
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.VoidValueImpl this
        start local 1 // com.sun.tools.jdi.ValueContainer destination
         0: .line 57
            ldc "void"
            aload 1 /* destination */
            invokeinterface com.sun.tools.jdi.ValueContainer.typeName:()Ljava/lang/String;
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 2
         1: .line 58
            aload 0 /* this */
            areturn
         2: .line 60
      StackMap locals:
      StackMap stack:
            new com.sun.jdi.InvalidTypeException
            dup
            invokespecial com.sun.jdi.InvalidTypeException.<init>:()V
            athrow
        end local 1 // com.sun.tools.jdi.ValueContainer destination
        end local 0 // com.sun.tools.jdi.VoidValueImpl this
      LocalVariableTable:
        Start  End  Slot         Name  Signature
            0    3     0         this  Lcom/sun/tools/jdi/VoidValueImpl;
            0    3     1  destination  Lcom/sun/tools/jdi/ValueContainer;
    Exceptions:
      throws com.sun.jdi.InvalidTypeException
    MethodParameters:
             Name  Flags
      destination  

  public java.lang.String toString();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VoidValueImpl this
         0: .line 64
            ldc "<void value>"
            areturn
        end local 0 // com.sun.tools.jdi.VoidValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VoidValueImpl;

  byte typeValueKey();
    descriptor: ()B
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.VoidValueImpl this
         0: .line 68
            bipush 86
            ireturn
        end local 0 // com.sun.tools.jdi.VoidValueImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/VoidValueImpl;

  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.ValueImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "VoidValueImpl.java"