public final class com.oracle.truffle.api.debug.DebugException$CatchLocation
  minor version: 0
  major version: 59
  flags: flags: (0x0031) ACC_PUBLIC, ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.debug.DebugException$CatchLocation
  super_class: java.lang.Object
{
  private final com.oracle.truffle.api.debug.DebuggerSession session;
    descriptor: Lcom/oracle/truffle/api/debug/DebuggerSession;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.source.SourceSection section;
    descriptor: Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final com.oracle.truffle.api.frame.FrameInstance frameInstance;
    descriptor: Lcom/oracle/truffle/api/frame/FrameInstance;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private final int depth;
    descriptor: I
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  private com.oracle.truffle.api.debug.DebugStackFrame frame;
    descriptor: Lcom/oracle/truffle/api/debug/DebugStackFrame;
    flags: (0x0002) ACC_PRIVATE

  static final boolean $assertionsDisabled;
    descriptor: Z
    flags: (0x1018) ACC_STATIC, ACC_FINAL, ACC_SYNTHETIC

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=1, locals=0, args_size=0
         0: .line 407
            ldc Lcom/oracle/truffle/api/debug/DebugException;
            invokevirtual java.lang.Class.desiredAssertionStatus:()Z
            ifne 1
            iconst_1
            goto 2
      StackMap locals:
      StackMap stack:
         1: iconst_0
      StackMap locals:
      StackMap stack: int
         2: putstatic com.oracle.truffle.api.debug.DebugException$CatchLocation.$assertionsDisabled:Z
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  void <init>(com.oracle.truffle.api.source.SourceSection, com.oracle.truffle.api.frame.FrameInstance, int);
    descriptor: (Lcom/oracle/truffle/api/source/SourceSection;Lcom/oracle/truffle/api/frame/FrameInstance;I)V
    flags: (0x0000) 
    Code:
      stack=5, locals=4, args_size=4
        start local 0 // com.oracle.truffle.api.debug.DebugException$CatchLocation this
        start local 1 // com.oracle.truffle.api.source.SourceSection section
        start local 2 // com.oracle.truffle.api.frame.FrameInstance frameInstance
        start local 3 // int depth
         0: .line 416
            aload 0 /* this */
            aconst_null
            aload 1 /* section */
            aload 2 /* frameInstance */
            iload 3 /* depth */
            invokespecial com.oracle.truffle.api.debug.DebugException$CatchLocation.<init>:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/source/SourceSection;Lcom/oracle/truffle/api/frame/FrameInstance;I)V
         1: .line 417
            return
        end local 3 // int depth
        end local 2 // com.oracle.truffle.api.frame.FrameInstance frameInstance
        end local 1 // com.oracle.truffle.api.source.SourceSection section
        end local 0 // com.oracle.truffle.api.debug.DebugException$CatchLocation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    2     0           this  Lcom/oracle/truffle/api/debug/DebugException$CatchLocation;
            0    2     1        section  Lcom/oracle/truffle/api/source/SourceSection;
            0    2     2  frameInstance  Lcom/oracle/truffle/api/frame/FrameInstance;
            0    2     3          depth  I
    MethodParameters:
               Name  Flags
      section        
      frameInstance  
      depth          

  private void <init>(com.oracle.truffle.api.debug.DebuggerSession, com.oracle.truffle.api.source.SourceSection, com.oracle.truffle.api.frame.FrameInstance, int);
    descriptor: (Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/source/SourceSection;Lcom/oracle/truffle/api/frame/FrameInstance;I)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=5, args_size=5
        start local 0 // com.oracle.truffle.api.debug.DebugException$CatchLocation this
        start local 1 // com.oracle.truffle.api.debug.DebuggerSession session
        start local 2 // com.oracle.truffle.api.source.SourceSection section
        start local 3 // com.oracle.truffle.api.frame.FrameInstance frameInstance
        start local 4 // int depth
         0: .line 419
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 420
            aload 0 /* this */
            aload 1 /* session */
            putfield com.oracle.truffle.api.debug.DebugException$CatchLocation.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
         2: .line 421
            aload 0 /* this */
            aload 2 /* section */
            putfield com.oracle.truffle.api.debug.DebugException$CatchLocation.section:Lcom/oracle/truffle/api/source/SourceSection;
         3: .line 422
            aload 0 /* this */
            aload 3 /* frameInstance */
            putfield com.oracle.truffle.api.debug.DebugException$CatchLocation.frameInstance:Lcom/oracle/truffle/api/frame/FrameInstance;
         4: .line 423
            aload 0 /* this */
            iload 4 /* depth */
            putfield com.oracle.truffle.api.debug.DebugException$CatchLocation.depth:I
         5: .line 424
            return
        end local 4 // int depth
        end local 3 // com.oracle.truffle.api.frame.FrameInstance frameInstance
        end local 2 // com.oracle.truffle.api.source.SourceSection section
        end local 1 // com.oracle.truffle.api.debug.DebuggerSession session
        end local 0 // com.oracle.truffle.api.debug.DebugException$CatchLocation this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    6     0           this  Lcom/oracle/truffle/api/debug/DebugException$CatchLocation;
            0    6     1        session  Lcom/oracle/truffle/api/debug/DebuggerSession;
            0    6     2        section  Lcom/oracle/truffle/api/source/SourceSection;
            0    6     3  frameInstance  Lcom/oracle/truffle/api/frame/FrameInstance;
            0    6     4          depth  I
    MethodParameters:
               Name  Flags
      session        
      section        
      frameInstance  
      depth          

  public com.oracle.truffle.api.source.SourceSection getSourceSection();
    descriptor: ()Lcom/oracle/truffle/api/source/SourceSection;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugException$CatchLocation this
         0: .line 431
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugException$CatchLocation.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugException$CatchLocation.section:Lcom/oracle/truffle/api/source/SourceSection;
            invokevirtual com.oracle.truffle.api.debug.DebuggerSession.resolveSection:(Lcom/oracle/truffle/api/source/SourceSection;)Lcom/oracle/truffle/api/source/SourceSection;
            areturn
        end local 0 // com.oracle.truffle.api.debug.DebugException$CatchLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/DebugException$CatchLocation;

  public com.oracle.truffle.api.debug.DebugStackFrame getFrame();
    descriptor: ()Lcom/oracle/truffle/api/debug/DebugStackFrame;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.debug.DebugException$CatchLocation this
         0: .line 439
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugException$CatchLocation.frame:Lcom/oracle/truffle/api/debug/DebugStackFrame;
            areturn
        end local 0 // com.oracle.truffle.api.debug.DebugException$CatchLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/debug/DebugException$CatchLocation;

  void setSuspendedEvent(com.oracle.truffle.api.debug.SuspendedEvent);
    descriptor: (Lcom/oracle/truffle/api/debug/SuspendedEvent;)V
    flags: (0x0000) 
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.DebugException$CatchLocation this
        start local 1 // com.oracle.truffle.api.debug.SuspendedEvent suspendedEvent
         0: .line 443
            getstatic com.oracle.truffle.api.debug.DebugException$CatchLocation.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugException$CatchLocation.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            ifnull 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugException$CatchLocation.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            aload 1 /* suspendedEvent */
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            if_acmpeq 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 444
      StackMap locals:
      StackMap stack:
            aload 0 /* this */
         2: new com.oracle.truffle.api.debug.DebugStackFrame
            dup
            aload 1 /* suspendedEvent */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugException$CatchLocation.depth:I
            ifne 3
            aconst_null
            goto 4
      StackMap locals: com.oracle.truffle.api.debug.DebugException$CatchLocation com.oracle.truffle.api.debug.SuspendedEvent
      StackMap stack: com.oracle.truffle.api.debug.DebugException$CatchLocation new 2 new 2 com.oracle.truffle.api.debug.SuspendedEvent
         3: aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugException$CatchLocation.frameInstance:Lcom/oracle/truffle/api/frame/FrameInstance;
      StackMap locals: com.oracle.truffle.api.debug.DebugException$CatchLocation com.oracle.truffle.api.debug.SuspendedEvent
      StackMap stack: com.oracle.truffle.api.debug.DebugException$CatchLocation new 2 new 2 com.oracle.truffle.api.debug.SuspendedEvent com.oracle.truffle.api.frame.FrameInstance
         4: aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugException$CatchLocation.depth:I
            invokespecial com.oracle.truffle.api.debug.DebugStackFrame.<init>:(Lcom/oracle/truffle/api/debug/SuspendedEvent;Lcom/oracle/truffle/api/frame/FrameInstance;I)V
            putfield com.oracle.truffle.api.debug.DebugException$CatchLocation.frame:Lcom/oracle/truffle/api/debug/DebugStackFrame;
         5: .line 445
            return
        end local 1 // com.oracle.truffle.api.debug.SuspendedEvent suspendedEvent
        end local 0 // com.oracle.truffle.api.debug.DebugException$CatchLocation this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    6     0            this  Lcom/oracle/truffle/api/debug/DebugException$CatchLocation;
            0    6     1  suspendedEvent  Lcom/oracle/truffle/api/debug/SuspendedEvent;
    MethodParameters:
                Name  Flags
      suspendedEvent  

  private com.oracle.truffle.api.debug.DebugException$CatchLocation cloneFor(com.oracle.truffle.api.debug.DebuggerSession);
    descriptor: (Lcom/oracle/truffle/api/debug/DebuggerSession;)Lcom/oracle/truffle/api/debug/DebugException$CatchLocation;
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=6, locals=3, args_size=2
        start local 0 // com.oracle.truffle.api.debug.DebugException$CatchLocation this
        start local 1 // com.oracle.truffle.api.debug.DebuggerSession ds
         0: .line 448
            getstatic com.oracle.truffle.api.debug.DebugException$CatchLocation.$assertionsDisabled:Z
            ifne 1
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugException$CatchLocation.session:Lcom/oracle/truffle/api/debug/DebuggerSession;
            ifnull 1
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         1: .line 449
      StackMap locals:
      StackMap stack:
            new com.oracle.truffle.api.debug.DebugException$CatchLocation
            dup
            aload 1 /* ds */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugException$CatchLocation.section:Lcom/oracle/truffle/api/source/SourceSection;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugException$CatchLocation.frameInstance:Lcom/oracle/truffle/api/frame/FrameInstance;
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugException$CatchLocation.depth:I
            invokespecial com.oracle.truffle.api.debug.DebugException$CatchLocation.<init>:(Lcom/oracle/truffle/api/debug/DebuggerSession;Lcom/oracle/truffle/api/source/SourceSection;Lcom/oracle/truffle/api/frame/FrameInstance;I)V
            astore 2 /* clon */
        start local 2 // com.oracle.truffle.api.debug.DebugException$CatchLocation clon
         2: .line 450
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugException$CatchLocation.frame:Lcom/oracle/truffle/api/debug/DebugStackFrame;
            ifnull 5
         3: .line 451
            getstatic com.oracle.truffle.api.debug.DebugException$CatchLocation.$assertionsDisabled:Z
            ifne 4
            aload 1 /* ds */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugException$CatchLocation.frame:Lcom/oracle/truffle/api/debug/DebugStackFrame;
            getfield com.oracle.truffle.api.debug.DebugStackFrame.event:Lcom/oracle/truffle/api/debug/SuspendedEvent;
            invokevirtual com.oracle.truffle.api.debug.SuspendedEvent.getSession:()Lcom/oracle/truffle/api/debug/DebuggerSession;
            if_acmpeq 4
            new java.lang.AssertionError
            dup
            invokespecial java.lang.AssertionError.<init>:()V
            athrow
         4: .line 452
      StackMap locals: com.oracle.truffle.api.debug.DebugException$CatchLocation
      StackMap stack:
            aload 2 /* clon */
            aload 0 /* this */
            getfield com.oracle.truffle.api.debug.DebugException$CatchLocation.frame:Lcom/oracle/truffle/api/debug/DebugStackFrame;
            putfield com.oracle.truffle.api.debug.DebugException$CatchLocation.frame:Lcom/oracle/truffle/api/debug/DebugStackFrame;
         5: .line 454
      StackMap locals:
      StackMap stack:
            aload 2 /* clon */
            areturn
        end local 2 // com.oracle.truffle.api.debug.DebugException$CatchLocation clon
        end local 1 // com.oracle.truffle.api.debug.DebuggerSession ds
        end local 0 // com.oracle.truffle.api.debug.DebugException$CatchLocation this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    6     0  this  Lcom/oracle/truffle/api/debug/DebugException$CatchLocation;
            0    6     1    ds  Lcom/oracle/truffle/api/debug/DebuggerSession;
            2    6     2  clon  Lcom/oracle/truffle/api/debug/DebugException$CatchLocation;
    MethodParameters:
      Name  Flags
      ds    
}
SourceFile: "DebugException.java"
NestHost: com.oracle.truffle.api.debug.DebugException
InnerClasses:
  public final CatchLocation = com.oracle.truffle.api.debug.DebugException$CatchLocation of com.oracle.truffle.api.debug.DebugException