final class com.oracle.truffle.api.debug.Breakpoint$SessionList
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.debug.Breakpoint$SessionList
  super_class: java.lang.Object
{
  final com.oracle.truffle.api.debug.DebuggerSession session;
    descriptor: Lcom/oracle/truffle/api/debug/DebuggerSession;
    flags: (0x0010) ACC_FINAL

  final com.oracle.truffle.api.debug.Breakpoint$SessionList next;
    descriptor: Lcom/oracle/truffle/api/debug/Breakpoint$SessionList;
    flags: (0x0010) ACC_FINAL

  final com.oracle.truffle.api.Assumption suspensionFilterUnchanged;
    descriptor: Lcom/oracle/truffle/api/Assumption;
    flags: (0x0010) ACC_FINAL

  void <init>(com.oracle.truffle.api.debug.DebuggerSession, com.oracle.truffle.api.debug.Breakpoint$SessionList);
    descriptor: (Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/debug/Breakpoint$SessionList;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.Breakpoint$SessionList this
        start local 1 // com.oracle.truffle.api.debug.DebuggerSession session
        start local 2 // com.oracle.truffle.api.debug.Breakpoint$SessionList next
         0: .line 1608
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1609
            aload 0 /* this */
            aload 1 /* session */
            putfield com.oracle.truffle.api.debug.Breakpoint$SessionList.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
         2: .line 1610
            aload 0 /* this */
            aload 1 /* session */
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.getSuspensionFilterUnchangedAssumption:()Lcom/oracle/truffle/api/Assumption;
            putfield com.oracle.truffle.api.debug.Breakpoint$SessionList.suspensionFilterUnchanged:Lcom/oracle/truffle/api/Assumption;
         3: .line 1611
            aload 0 /* this */
            aload 2 /* next */
            putfield com.oracle.truffle.api.debug.Breakpoint$SessionList.next:Lcom/oracle/truffle/api/debug/Breakpoint$SessionList;
         4: .line 1612
            return
        end local 2 // com.oracle.truffle.api.debug.Breakpoint$SessionList next
        end local 1 // com.oracle.truffle.api.debug.DebuggerSession session
        end local 0 // com.oracle.truffle.api.debug.Breakpoint$SessionList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/truffle/api/debug/Breakpoint$SessionList;
            0    5     1  session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            0    5     2     next  Lcom/oracle/truffle/api/debug/Breakpoint$SessionList;
    MethodParameters:
         Name  Flags
      session  
      next     

  void <init>(com.oracle.truffle.api.debug.Breakpoint$SessionList, com.oracle.truffle.api.debug.Breakpoint$SessionList);
    descriptor: (Lcom/oracle/truffle/api/debug/Breakpoint$SessionList;Lcom/oracle/truffle/api/debug/Breakpoint$SessionList;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.Breakpoint$SessionList this
        start local 1 // com.oracle.truffle.api.debug.Breakpoint$SessionList current
        start local 2 // com.oracle.truffle.api.debug.Breakpoint$SessionList next
         0: .line 1614
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1615
            aload 0 /* this */
            aload 1 /* current */
            getfield com.oracle.truffle.api.debug.Breakpoint$SessionList.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            putfield com.oracle.truffle.api.debug.Breakpoint$SessionList.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
         2: .line 1616
            aload 0 /* this */
            aload 1 /* current */
            getfield com.oracle.truffle.api.debug.Breakpoint$SessionList.suspensionFilterUnchanged:Lcom/oracle/truffle/api/Assumption;
            putfield com.oracle.truffle.api.debug.Breakpoint$SessionList.suspensionFilterUnchanged:Lcom/oracle/truffle/api/Assumption;
         3: .line 1617
            aload 0 /* this */
            aload 2 /* next */
            putfield com.oracle.truffle.api.debug.Breakpoint$SessionList.next:Lcom/oracle/truffle/api/debug/Breakpoint$SessionList;
         4: .line 1618
            return
        end local 2 // com.oracle.truffle.api.debug.Breakpoint$SessionList next
        end local 1 // com.oracle.truffle.api.debug.Breakpoint$SessionList current
        end local 0 // com.oracle.truffle.api.debug.Breakpoint$SessionList this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    5     0     this  Lcom/oracle/truffle/api/debug/Breakpoint$SessionList;
            0    5     1  current  Lcom/oracle/truffle/api/debug/Breakpoint$SessionList;
            0    5     2     next  Lcom/oracle/truffle/api/debug/Breakpoint$SessionList;
    MethodParameters:
         Name  Flags
      current  
      next     

  boolean isValid();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.Breakpoint$SessionList this
         0: .line 1621
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.Breakpoint$SessionList.suspensionFilterUnchanged:Lcom/oracle/truffle/api/Assumption;
            invokeinterface com.oracle.truffle.api.Assumption.isValid:()Z
            ifne 2
         1: .line 1622
            iconst_0
            ireturn
         2: .line 1624
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.Breakpoint$SessionList.next:Lcom/oracle/truffle/api/debug/Breakpoint$SessionList;
            ifnull 4
         3: .line 1625
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.Breakpoint$SessionList.next:Lcom/oracle/truffle/api/debug/Breakpoint$SessionList;
            invokevirtual com.oracle.truffle.api.debug.Breakpoint$SessionList.isValid:()Z
            ireturn
         4: .line 1627
      StackMap locals:
      StackMap stack:
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.debug.Breakpoint$SessionList this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    5     0  this  Lcom/oracle/truffle/api/debug/Breakpoint$SessionList;
}
SourceFile: "Breakpoint.java"
NestHost: com.oracle.truffle.api.debug.Breakpoint
InnerClasses:
  final SessionList = com.oracle.truffle.api.debug.Breakpoint$SessionList of com.oracle.truffle.api.debug.Breakpoint