public class com.sun.tools.jdi.ObsoleteMethodImpl extends com.sun.tools.jdi.NonConcreteMethodImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.ObsoleteMethodImpl
  super_class: com.sun.tools.jdi.NonConcreteMethodImpl
{
  void <init>(com.sun.jdi.VirtualMachine, com.sun.tools.jdi.ReferenceTypeImpl);
    descriptor: (Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/ReferenceTypeImpl;)V
    flags: (0x0000) 
    Code:
      stack=9, locals=3, args_size=3
        start local 0 // com.sun.tools.jdi.ObsoleteMethodImpl this
        start local 1 // com.sun.jdi.VirtualMachine vm
        start local 2 // com.sun.tools.jdi.ReferenceTypeImpl declaringType
         0: .line 41
            aload 0 /* this */
            aload 1 /* vm */
            aload 2 /* declaringType */
            lconst_0
            ldc "<obsolete>"
            ldc ""
            aconst_null
            iconst_0
            invokespecial com.sun.tools.jdi.NonConcreteMethodImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/ReferenceTypeImpl;JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
         1: .line 42
            return
        end local 2 // com.sun.tools.jdi.ReferenceTypeImpl declaringType
        end local 1 // com.sun.jdi.VirtualMachine vm
        end local 0 // com.sun.tools.jdi.ObsoleteMethodImpl this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/sun/tools/jdi/ObsoleteMethodImpl;
            0    2     1             vm  Lcom/sun/jdi/VirtualMachine;
            0    2     2  declaringType  Lcom/sun/tools/jdi/ReferenceTypeImpl;
    MethodParameters:
               Name  Flags
      vm             
      declaringType  

  public boolean isObsolete();
    descriptor: ()Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ObsoleteMethodImpl this
         0: .line 45
            iconst_1
            ireturn
        end local 0 // com.sun.tools.jdi.ObsoleteMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ObsoleteMethodImpl;

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

  public com.sun.jdi.Type returnType();
    descriptor: ()Lcom/sun/jdi/Type;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ObsoleteMethodImpl this
         0: .line 53
            new com.sun.jdi.ClassNotLoadedException
            dup
            ldc "type unknown"
            invokespecial com.sun.jdi.ClassNotLoadedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.tools.jdi.ObsoleteMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ObsoleteMethodImpl;
    Exceptions:
      throws com.sun.jdi.ClassNotLoadedException

  public java.util.List<java.lang.String> argumentTypeNames();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ObsoleteMethodImpl this
         0: .line 57
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            areturn
        end local 0 // com.sun.tools.jdi.ObsoleteMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ObsoleteMethodImpl;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  public java.util.List<java.lang.String> argumentSignatures();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ObsoleteMethodImpl this
         0: .line 61
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            areturn
        end local 0 // com.sun.tools.jdi.ObsoleteMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ObsoleteMethodImpl;
    Signature: ()Ljava/util/List<Ljava/lang/String;>;

  com.sun.jdi.Type argumentType(int);
    descriptor: (I)Lcom/sun/jdi/Type;
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.ObsoleteMethodImpl this
        start local 1 // int index
         0: .line 65
            new com.sun.jdi.ClassNotLoadedException
            dup
            ldc "type unknown"
            invokespecial com.sun.jdi.ClassNotLoadedException.<init>:(Ljava/lang/String;)V
            athrow
        end local 1 // int index
        end local 0 // com.sun.tools.jdi.ObsoleteMethodImpl this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    1     0   this  Lcom/sun/tools/jdi/ObsoleteMethodImpl;
            0    1     1  index  I
    Exceptions:
      throws com.sun.jdi.ClassNotLoadedException
    MethodParameters:
       Name  Flags
      index  

  public java.util.List<com.sun.jdi.Type> argumentTypes();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.ObsoleteMethodImpl this
         0: .line 69
            new java.util.ArrayList
            dup
            invokespecial java.util.ArrayList.<init>:()V
            areturn
        end local 0 // com.sun.tools.jdi.ObsoleteMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/ObsoleteMethodImpl;
    Exceptions:
      throws com.sun.jdi.ClassNotLoadedException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/Type;>;

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