abstract class com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpoint<T extends com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpointSpecification>
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpoint
  super_class: java.lang.Object
{
  final T specification;
    descriptor: Lcom/oracle/svm/agent/BreakpointInterceptor$AbstractBreakpointSpecification;
    flags: (0x0010) ACC_FINAL
    Signature: TT;

  final com.oracle.svm.jni.nativeapi.JNIObjectHandle clazz;
    descriptor: Lcom/oracle/svm/jni/nativeapi/JNIObjectHandle;
    flags: (0x0010) ACC_FINAL

  final com.oracle.svm.jni.nativeapi.JNIMethodId method;
    descriptor: Lcom/oracle/svm/jni/nativeapi/JNIMethodId;
    flags: (0x0010) ACC_FINAL

  void <init>(T, com.oracle.svm.jni.nativeapi.JNIObjectHandle, com.oracle.svm.jni.nativeapi.JNIMethodId);
    descriptor: (Lcom/oracle/svm/agent/BreakpointInterceptor$AbstractBreakpointSpecification;Lcom/oracle/svm/jni/nativeapi/JNIObjectHandle;Lcom/oracle/svm/jni/nativeapi/JNIMethodId;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpoint this
        start local 1 // com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpointSpecification specification
        start local 2 // com.oracle.svm.jni.nativeapi.JNIObjectHandle clazz
        start local 3 // com.oracle.svm.jni.nativeapi.JNIMethodId method
         0: .line 1491
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1492
            aload 0 /* this */
            aload 1 /* specification */
            putfield com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpoint.specification:Lcom/oracle/svm/agent/BreakpointInterceptor$AbstractBreakpointSpecification;
         2: .line 1493
            aload 0 /* this */
            aload 2 /* clazz */
            putfield com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpoint.clazz:Lcom/oracle/svm/jni/nativeapi/JNIObjectHandle;
         3: .line 1494
            aload 0 /* this */
            aload 3 /* method */
            putfield com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpoint.method:Lcom/oracle/svm/jni/nativeapi/JNIMethodId;
         4: .line 1495
            return
        end local 3 // com.oracle.svm.jni.nativeapi.JNIMethodId method
        end local 2 // com.oracle.svm.jni.nativeapi.JNIObjectHandle clazz
        end local 1 // com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpointSpecification specification
        end local 0 // com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpoint this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/oracle/svm/agent/BreakpointInterceptor$AbstractBreakpoint<TT;>;
            0    5     1  specification  TT;
            0    5     2          clazz  Lcom/oracle/svm/jni/nativeapi/JNIObjectHandle;
            0    5     3         method  Lcom/oracle/svm/jni/nativeapi/JNIMethodId;
    Signature: (TT;Lcom/oracle/svm/jni/nativeapi/JNIObjectHandle;Lcom/oracle/svm/jni/nativeapi/JNIMethodId;)V
    MethodParameters:
               Name  Flags
      specification  
      clazz          
      method         

  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.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpoint this
         0: .line 1499
            aload 0 /* this */
            getfield com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpoint.specification:Lcom/oracle/svm/agent/BreakpointInterceptor$AbstractBreakpointSpecification;
            invokevirtual com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpointSpecification.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpoint this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/svm/agent/BreakpointInterceptor$AbstractBreakpoint<TT;>;
}
Signature: <T:Lcom/oracle/svm/agent/BreakpointInterceptor$AbstractBreakpointSpecification;>Ljava/lang/Object;
SourceFile: "BreakpointInterceptor.java"
NestHost: com.oracle.svm.agent.BreakpointInterceptor
InnerClasses:
  private abstract AbstractBreakpoint = com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpoint of com.oracle.svm.agent.BreakpointInterceptor
  private abstract AbstractBreakpointSpecification = com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpointSpecification of com.oracle.svm.agent.BreakpointInterceptor