final class com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match
  super_class: java.lang.Object
{
  static final com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match MATCHED;
    descriptor: Lcom/oracle/truffle/api/debug/BreakpointExceptionFilter$Match;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  static final com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match UNMATCHED;
    descriptor: Lcom/oracle/truffle/api/debug/BreakpointExceptionFilter$Match;
    flags: (0x0018) ACC_STATIC, ACC_FINAL

  final boolean isMatched;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final boolean isCatchNodeComputed;
    descriptor: Z
    flags: (0x0010) ACC_FINAL

  final com.oracle.truffle.api.debug.DebugException$CatchLocation catchLocation;
    descriptor: Lcom/oracle/truffle/api/debug/DebugException$CatchLocation;
    flags: (0x0010) ACC_FINAL

  static void <clinit>();
    descriptor: ()V
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=0, args_size=0
         0: .line 200
            new com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match
            dup
            iconst_1
            invokespecial com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match.<init>:(Z)V
            putstatic com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match.MATCHED:Lcom/oracle/truffle/api/debug/BreakpointExceptionFilter$Match;
         1: .line 201
            new com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match
            dup
            iconst_0
            invokespecial com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match.<init>:(Z)V
            putstatic com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match.UNMATCHED:Lcom/oracle/truffle/api/debug/BreakpointExceptionFilter$Match;
            return
      LocalVariableTable:
        Start  End  Slot  Name  Signature

  private void <init>(boolean);
    descriptor: (Z)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match this
        start local 1 // boolean isMatched
         0: .line 207
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 208
            aload 0 /* this */
            iload 1 /* isMatched */
            putfield com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match.isMatched:Z
         2: .line 209
            aload 0 /* this */
            iconst_0
            putfield com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match.isCatchNodeComputed:Z
         3: .line 210
            aload 0 /* this */
            aconst_null
            putfield com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match.catchLocation:Lcom/oracle/truffle/api/debug/DebugException$CatchLocation;
         4: .line 211
            return
        end local 1 // boolean isMatched
        end local 0 // com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0    5     0       this  Lcom/oracle/truffle/api/debug/BreakpointExceptionFilter$Match;
            0    5     1  isMatched  Z
    MethodParameters:
           Name  Flags
      isMatched  

  private void <init>(boolean, com.oracle.truffle.api.debug.DebugException$CatchLocation);
    descriptor: (ZLcom/oracle/truffle/api/debug/DebugException$CatchLocation;)V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match this
        start local 1 // boolean isMatched
        start local 2 // com.oracle.truffle.api.debug.DebugException$CatchLocation catchLocation
         0: .line 213
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 214
            aload 0 /* this */
            iload 1 /* isMatched */
            putfield com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match.isMatched:Z
         2: .line 215
            aload 0 /* this */
            iconst_1
            putfield com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match.isCatchNodeComputed:Z
         3: .line 216
            aload 0 /* this */
            aload 2 /* catchLocation */
            putfield com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match.catchLocation:Lcom/oracle/truffle/api/debug/DebugException$CatchLocation;
         4: .line 217
            return
        end local 2 // com.oracle.truffle.api.debug.DebugException$CatchLocation catchLocation
        end local 1 // boolean isMatched
        end local 0 // com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match this
      LocalVariableTable:
        Start  End  Slot           Name  Signature
            0    5     0           this  Lcom/oracle/truffle/api/debug/BreakpointExceptionFilter$Match;
            0    5     1      isMatched  Z
            0    5     2  catchLocation  Lcom/oracle/truffle/api/debug/DebugException$CatchLocation;
    MethodParameters:
               Name  Flags
      isMatched      
      catchLocation  
}
SourceFile: "BreakpointExceptionFilter.java"
NestHost: com.oracle.truffle.api.debug.BreakpointExceptionFilter
InnerClasses:
  final Match = com.oracle.truffle.api.debug.BreakpointExceptionFilter$Match of com.oracle.truffle.api.debug.BreakpointExceptionFilter
  public final CatchLocation = com.oracle.truffle.api.debug.DebugException$CatchLocation of com.oracle.truffle.api.debug.DebugException