public class com.sun.tools.jdi.NonConcreteMethodImpl extends com.sun.tools.jdi.MethodImpl
  minor version: 0
  major version: 59
  flags: flags: (0x0021) ACC_PUBLIC, ACC_SUPER
  this_class: com.sun.tools.jdi.NonConcreteMethodImpl
  super_class: com.sun.tools.jdi.MethodImpl
{
  private com.sun.jdi.Location location;
    descriptor: Lcom/sun/jdi/Location;
    flags: (0x0002) ACC_PRIVATE

  void <init>(com.sun.jdi.VirtualMachine, com.sun.tools.jdi.ReferenceTypeImpl, long, java.lang.String, java.lang.String, java.lang.String, int);
    descriptor: (Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/ReferenceTypeImpl;JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
    flags: (0x0000) 
    Code:
      stack=9, locals=9, args_size=8
        start local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
        start local 1 // com.sun.jdi.VirtualMachine vm
        start local 2 // com.sun.tools.jdi.ReferenceTypeImpl declaringType
        start local 3 // long ref
        start local 5 // java.lang.String name
        start local 6 // java.lang.String signature
        start local 7 // java.lang.String genericSignature
        start local 8 // int modifiers
         0: .line 51
            aload 0 /* this */
            aload 1 /* vm */
            aload 2 /* declaringType */
            lload 3 /* ref */
            aload 5 /* name */
            aload 6 /* signature */
         1: .line 52
            aload 7 /* genericSignature */
            iload 8 /* modifiers */
            invokespecial com.sun.tools.jdi.MethodImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/tools/jdi/ReferenceTypeImpl;JLjava/lang/String;Ljava/lang/String;Ljava/lang/String;I)V
         2: .line 43
            aload 0 /* this */
            aconst_null
            putfield com.sun.tools.jdi.NonConcreteMethodImpl.location:Lcom/sun/jdi/Location;
         3: .line 53
            return
        end local 8 // int modifiers
        end local 7 // java.lang.String genericSignature
        end local 6 // java.lang.String signature
        end local 5 // java.lang.String name
        end local 3 // long ref
        end local 2 // com.sun.tools.jdi.ReferenceTypeImpl declaringType
        end local 1 // com.sun.jdi.VirtualMachine vm
        end local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot              Name  Signature
            0    4     0              this  Lcom/sun/tools/jdi/NonConcreteMethodImpl;
            0    4     1                vm  Lcom/sun/jdi/VirtualMachine;
            0    4     2     declaringType  Lcom/sun/tools/jdi/ReferenceTypeImpl;
            0    4     3               ref  J
            0    4     5              name  Ljava/lang/String;
            0    4     6         signature  Ljava/lang/String;
            0    4     7  genericSignature  Ljava/lang/String;
            0    4     8         modifiers  I
    MethodParameters:
                  Name  Flags
      vm                
      declaringType     
      ref               
      name              
      signature         
      genericSignature  
      modifiers         

  public com.sun.jdi.Location location();
    descriptor: ()Lcom/sun/jdi/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=7, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
         0: .line 56
            aload 0 /* this */
            invokevirtual com.sun.tools.jdi.NonConcreteMethodImpl.isAbstract:()Z
            ifeq 2
         1: .line 57
            aconst_null
            areturn
         2: .line 59
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.NonConcreteMethodImpl.location:Lcom/sun/jdi/Location;
            ifnonnull 4
         3: .line 60
            aload 0 /* this */
            new com.sun.tools.jdi.LocationImpl
            dup
            aload 0 /* this */
            getfield com.sun.tools.jdi.NonConcreteMethodImpl.vm:Lcom/sun/tools/jdi/VirtualMachineImpl;
            aload 0 /* this */
            ldc -1
            invokespecial com.sun.tools.jdi.LocationImpl.<init>:(Lcom/sun/jdi/VirtualMachine;Lcom/sun/jdi/Method;J)V
            putfield com.sun.tools.jdi.NonConcreteMethodImpl.location:Lcom/sun/jdi/Location;
         4: .line 62
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.sun.tools.jdi.NonConcreteMethodImpl.location:Lcom/sun/jdi/Location;
            areturn
        end local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/sun/tools/jdi/NonConcreteMethodImpl;

  public java.util.List<com.sun.jdi.Location> allLineLocations(java.lang.String, java.lang.String);
    descriptor: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
        start local 1 // java.lang.String stratumID
        start local 2 // java.lang.String sourceName
         0: .line 67
            new java.util.ArrayList
            dup
            iconst_0
            invokespecial java.util.ArrayList.<init>:(I)V
            areturn
        end local 2 // java.lang.String sourceName
        end local 1 // java.lang.String stratumID
        end local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/tools/jdi/NonConcreteMethodImpl;
            0    1     1   stratumID  Ljava/lang/String;
            0    1     2  sourceName  Ljava/lang/String;
    Signature: (Ljava/lang/String;Ljava/lang/String;)Ljava/util/List<Lcom/sun/jdi/Location;>;
    MethodParameters:
            Name  Flags
      stratumID   
      sourceName  

  public java.util.List<com.sun.jdi.Location> allLineLocations(com.sun.tools.jdi.SDE$Stratum, java.lang.String);
    descriptor: (Lcom/sun/tools/jdi/SDE$Stratum;Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
        start local 1 // com.sun.tools.jdi.SDE$Stratum stratum
        start local 2 // java.lang.String sourceName
         0: .line 72
            new java.util.ArrayList
            dup
            iconst_0
            invokespecial java.util.ArrayList.<init>:(I)V
            areturn
        end local 2 // java.lang.String sourceName
        end local 1 // com.sun.tools.jdi.SDE$Stratum stratum
        end local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/tools/jdi/NonConcreteMethodImpl;
            0    1     1     stratum  Lcom/sun/tools/jdi/SDE$Stratum;
            0    1     2  sourceName  Ljava/lang/String;
    Signature: (Lcom/sun/tools/jdi/SDE$Stratum;Ljava/lang/String;)Ljava/util/List<Lcom/sun/jdi/Location;>;
    MethodParameters:
            Name  Flags
      stratum     
      sourceName  

  public java.util.List<com.sun.jdi.Location> locationsOfLine(java.lang.String, java.lang.String, int);
    descriptor: (Ljava/lang/String;Ljava/lang/String;I)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
        start local 1 // java.lang.String stratumID
        start local 2 // java.lang.String sourceName
        start local 3 // int lineNumber
         0: .line 78
            new java.util.ArrayList
            dup
            iconst_0
            invokespecial java.util.ArrayList.<init>:(I)V
            areturn
        end local 3 // int lineNumber
        end local 2 // java.lang.String sourceName
        end local 1 // java.lang.String stratumID
        end local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/tools/jdi/NonConcreteMethodImpl;
            0    1     1   stratumID  Ljava/lang/String;
            0    1     2  sourceName  Ljava/lang/String;
            0    1     3  lineNumber  I
    Signature: (Ljava/lang/String;Ljava/lang/String;I)Ljava/util/List<Lcom/sun/jdi/Location;>;
    MethodParameters:
            Name  Flags
      stratumID   
      sourceName  
      lineNumber  

  public java.util.List<com.sun.jdi.Location> locationsOfLine(com.sun.tools.jdi.SDE$Stratum, java.lang.String, int);
    descriptor: (Lcom/sun/tools/jdi/SDE$Stratum;Ljava/lang/String;I)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
        start local 1 // com.sun.tools.jdi.SDE$Stratum stratum
        start local 2 // java.lang.String sourceName
        start local 3 // int lineNumber
         0: .line 84
            new java.util.ArrayList
            dup
            iconst_0
            invokespecial java.util.ArrayList.<init>:(I)V
            areturn
        end local 3 // int lineNumber
        end local 2 // java.lang.String sourceName
        end local 1 // com.sun.tools.jdi.SDE$Stratum stratum
        end local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot        Name  Signature
            0    1     0        this  Lcom/sun/tools/jdi/NonConcreteMethodImpl;
            0    1     1     stratum  Lcom/sun/tools/jdi/SDE$Stratum;
            0    1     2  sourceName  Ljava/lang/String;
            0    1     3  lineNumber  I
    Signature: (Lcom/sun/tools/jdi/SDE$Stratum;Ljava/lang/String;I)Ljava/util/List<Lcom/sun/jdi/Location;>;
    MethodParameters:
            Name  Flags
      stratum     
      sourceName  
      lineNumber  

  public com.sun.jdi.Location locationOfCodeIndex(long);
    descriptor: (J)Lcom/sun/jdi/Location;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=3, args_size=2
        start local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
        start local 1 // long codeIndex
         0: .line 88
            aconst_null
            areturn
        end local 1 // long codeIndex
        end local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    1     0       this  Lcom/sun/tools/jdi/NonConcreteMethodImpl;
            0    1     1  codeIndex  J
    MethodParameters:
           Name  Flags
      codeIndex  

  public java.util.List<com.sun.jdi.LocalVariable> variables();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
         0: .line 92
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
        end local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/NonConcreteMethodImpl;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;

  public java.util.List<com.sun.jdi.LocalVariable> variablesByName(java.lang.String);
    descriptor: (Ljava/lang/String;)Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
        start local 1 // java.lang.String name
         0: .line 96
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
        end local 1 // java.lang.String name
        end local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/NonConcreteMethodImpl;
            0    1     1  name  Ljava/lang/String;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: (Ljava/lang/String;)Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;
    MethodParameters:
      Name  Flags
      name  

  public java.util.List<com.sun.jdi.LocalVariable> arguments();
    descriptor: ()Ljava/util/List;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
         0: .line 100
            new com.sun.jdi.AbsentInformationException
            dup
            invokespecial com.sun.jdi.AbsentInformationException.<init>:()V
            athrow
        end local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/NonConcreteMethodImpl;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException
    Signature: ()Ljava/util/List<Lcom/sun/jdi/LocalVariable;>;

  public byte[] bytecodes();
    descriptor: ()[B
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
         0: .line 104
            iconst_0
            newarray 8
            areturn
        end local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/NonConcreteMethodImpl;

  int argSlotCount();
    descriptor: ()I
    flags: (0x0000) 
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
         0: .line 108
            new com.sun.jdi.InternalException
            dup
            ldc "should not get here"
            invokespecial com.sun.jdi.InternalException.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.sun.tools.jdi.NonConcreteMethodImpl this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/sun/tools/jdi/NonConcreteMethodImpl;
    Exceptions:
      throws com.sun.jdi.AbsentInformationException

  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.MethodImpl.virtualMachine:()Lcom/sun/jdi/VirtualMachine;
            areturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
SourceFile: "NonConcreteMethodImpl.java"
InnerClasses:
  Stratum = com.sun.tools.jdi.SDE$Stratum of com.sun.tools.jdi.SDE