class com.oracle.truffle.api.debug.DebugValue$1 implements java.util.function.Consumer<com.oracle.truffle.api.debug.Breakpoint>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.debug.DebugValue$1
  super_class: java.lang.Object
{
  final com.oracle.truffle.api.debug.DebugValue this$0;
    descriptor: Lcom/oracle/truffle/api/debug/DebugValue;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

  private final java.lang.Object val$value;
    descriptor: Ljava/lang/Object;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  private final java.util.List[] val$breakpoints;
    descriptor: [Ljava/util/List;
    flags: (0x1012) ACC_PRIVATE, ACC_FINAL, ACC_SYNTHETIC

  void <init>(com.oracle.truffle.api.debug.DebugValue, java.lang.Object, java.util.List[]);
    descriptor: (Lcom/oracle/truffle/api/debug/DebugValue;Ljava/lang/Object;[Ljava/util/List;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.debug.DebugValue$1 this
         0: .line 962
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.debug.DebugValue$1.this$0:Lcom/oracle/truffle/api/debug/DebugValue;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.api.debug.DebugValue$1.val$value:Ljava/lang/Object;
            aload 0 /* this */
            aload 3
            putfield com.oracle.truffle.api.debug.DebugValue$1.val$breakpoints:[Ljava/util/List;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.debug.DebugValue$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/DebugValue$1;
    MethodParameters:
                 Name  Flags
      this$0           final
      val$value        final
      val$breakpoints  final

  public void accept(com.oracle.truffle.api.debug.Breakpoint);
    descriptor: (Lcom/oracle/truffle/api/debug/Breakpoint;)V
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=4, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.DebugValue$1 this
        start local 1 // com.oracle.truffle.api.debug.Breakpoint b
         0: .line 965
            aload 1 /* b */
            invokevirtual com.oracle.truffle.api.debug.Breakpoint.getRootInstance:()Ljava/lang/Object;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugValue$1.val$value:Ljava/lang/Object;
            if_acmpne 4
         1: .line 966
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugValue$1.val$breakpoints:[Ljava/util/List;
            iconst_0
            aaload
            ifnonnull 3
         2: .line 967
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugValue$1.val$breakpoints:[Ljava/util/List;
            iconst_0
            new java.util.LinkedList
            dup
            invokespecial java.util.LinkedList.<init>:()V
            aastore
         3: .line 969
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugValue$1.val$breakpoints:[Ljava/util/List;
            iconst_0
            aaload
            aload 1 /* b */
            invokeinterface java.util.List.add:(Ljava/lang/Object;)Z
            pop
         4: .line 971
      StackMap locals:
      StackMap stack:
            return
        end local 1 // com.oracle.truffle.api.debug.Breakpoint b
        end local 0 // com.oracle.truffle.api.debug.DebugValue$1 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/debug/DebugValue$1;
            0    5     1     b  Lcom/oracle/truffle/api/debug/Breakpoint;
    MethodParameters:
      Name  Flags
      b     

  public void accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)V
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast com.oracle.truffle.api.debug.Breakpoint
            invokevirtual com.oracle.truffle.api.debug.DebugValue$1.accept:(Lcom/oracle/truffle/api/debug/Breakpoint;)V
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Consumer<Lcom/oracle/truffle/api/debug/Breakpoint;>;
SourceFile: "DebugValue.java"
EnclosingMethod: com.oracle.truffle.api.debug.DebugValue.getRootInstanceBreakpoints:()Ljava/util/List;
NestHost: com.oracle.truffle.api.debug.DebugValue
InnerClasses:
  com.oracle.truffle.api.debug.DebugValue$1