class com.oracle.svm.agent.BreakpointInterceptor$NativeBreakpointSpecification extends com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpointSpecification
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.svm.agent.BreakpointInterceptor$NativeBreakpointSpecification
  super_class: com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpointSpecification
{
  final org.graalvm.nativeimage.c.function.CEntryPointLiteral<?> handlerLiteral;
    descriptor: Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral;
    flags: (0x0010) ACC_FINAL
    Signature: Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral<*>;

  com.oracle.svm.agent.BreakpointInterceptor$NativeBreakpoint installed;
    descriptor: Lcom/oracle/svm/agent/BreakpointInterceptor$NativeBreakpoint;
    flags: (0x0000) 

  void <init>(java.lang.String, java.lang.String, java.lang.String, org.graalvm.nativeimage.c.function.CEntryPointLiteral<?>);
    descriptor: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=5, args_size=5
        start local 0 // com.oracle.svm.agent.BreakpointInterceptor$NativeBreakpointSpecification this
        start local 1 // java.lang.String className
        start local 2 // java.lang.String methodName
        start local 3 // java.lang.String signature
        start local 4 // org.graalvm.nativeimage.c.function.CEntryPointLiteral handlerLiteral
         0: .line 1481
            aload 0 /* this */
            aload 1 /* className */
            aload 2 /* methodName */
            aload 3 /* signature */
            iconst_1
            invokespecial com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpointSpecification.<init>:(Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Z)V
         1: .line 1482
            aload 0 /* this */
            aload 4 /* handlerLiteral */
            putfield com.oracle.svm.agent.BreakpointInterceptor$NativeBreakpointSpecification.handlerLiteral:Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral;
         2: .line 1483
            return
        end local 4 // org.graalvm.nativeimage.c.function.CEntryPointLiteral handlerLiteral
        end local 3 // java.lang.String signature
        end local 2 // java.lang.String methodName
        end local 1 // java.lang.String className
        end local 0 // com.oracle.svm.agent.BreakpointInterceptor$NativeBreakpointSpecification this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    3     0            this  Lcom/oracle/svm/agent/BreakpointInterceptor$NativeBreakpointSpecification;
            0    3     1       className  Ljava/lang/String;
            0    3     2      methodName  Ljava/lang/String;
            0    3     3       signature  Ljava/lang/String;
            0    3     4  handlerLiteral  Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral<*>;
    Signature: (Ljava/lang/String;Ljava/lang/String;Ljava/lang/String;Lorg/graalvm/nativeimage/c/function/CEntryPointLiteral<*>;)V
    MethodParameters:
                Name  Flags
      className       
      methodName      
      signature       
      handlerLiteral  
}
SourceFile: "BreakpointInterceptor.java"
NestHost: com.oracle.svm.agent.BreakpointInterceptor
InnerClasses:
  private abstract AbstractBreakpointSpecification = com.oracle.svm.agent.BreakpointInterceptor$AbstractBreakpointSpecification of com.oracle.svm.agent.BreakpointInterceptor
  private final NativeBreakpoint = com.oracle.svm.agent.BreakpointInterceptor$NativeBreakpoint of com.oracle.svm.agent.BreakpointInterceptor
  private NativeBreakpointSpecification = com.oracle.svm.agent.BreakpointInterceptor$NativeBreakpointSpecification of com.oracle.svm.agent.BreakpointInterceptor