class com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject implements com.oracle.truffle.api.interop.TruffleObject
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject
  super_class: java.lang.Object
{
  private final com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$CatchNode[] catches;
    descriptor: [Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$CatchNode;
    flags: (0x0012) ACC_PRIVATE, ACC_FINAL

  void <init>(com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$CatchNode[]);
    descriptor: ([Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$CatchNode;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject this
        start local 1 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$CatchNode[] catches
         0: .line 1181
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
         1: .line 1182
            aload 0 /* this */
            aload 1 /* catches */
            putfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject.catches:[Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$CatchNode;
         2: .line 1183
            return
        end local 1 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$CatchNode[] catches
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$TryNode$CatchesInfoObject;
            0    3     1  catches  [Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$CatchNode;
    MethodParameters:
         Name  Flags
      catches  

  public static boolean isInstance(com.oracle.truffle.api.interop.TruffleObject);
    descriptor: (Lcom/oracle/truffle/api/interop/TruffleObject;)Z
    flags: (0x0009) ACC_PUBLIC, ACC_STATIC
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.interop.TruffleObject obj
         0: .line 1186
            aload 0 /* obj */
            instanceof com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject
            ireturn
        end local 0 // com.oracle.truffle.api.interop.TruffleObject obj
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0   obj  Lcom/oracle/truffle/api/interop/TruffleObject;
    MethodParameters:
      Name  Flags
      obj   

  boolean hasMembers();
    descriptor: ()Z
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject this
         0: .line 1191
            iconst_1
            ireturn
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$TryNode$CatchesInfoObject;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()

  final java.lang.Object getMembers(boolean);
    descriptor: (Z)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=6, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject this
        start local 1 // boolean includeInternal
         0: .line 1197
            new com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$KeysObject
            dup
            iconst_1
            anewarray java.lang.String
            dup
            iconst_0
            ldc "catches"
            aastore
            invokespecial com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$KeysObject.<init>:([Ljava/lang/String;)V
            areturn
        end local 1 // boolean includeInternal
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject this
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    1     0             this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$TryNode$CatchesInfoObject;
            0    1     1  includeInternal  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
                 Name  Flags
      includeInternal  

  final boolean isMemberInvocable(java.lang.String);
    descriptor: (Ljava/lang/String;)Z
    flags: (0x0010) ACC_FINAL
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject this
        start local 1 // java.lang.String member
         0: .line 1202
            ldc "catches"
            aload 1 /* member */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ireturn
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    1     0    this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$TryNode$CatchesInfoObject;
            0    1     1  member  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
    MethodParameters:
        Name  Flags
      member  

  final java.lang.Object invokeMember(java.lang.String, java.lang.Object[]);
    descriptor: (Ljava/lang/String;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0010) ACC_FINAL
    Code:
      stack=3, locals=9, args_size=3
        start local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject this
        start local 1 // java.lang.String member
        start local 2 // java.lang.Object[] arguments
         0: .line 1208
            ldc "catches"
            aload 1 /* member */
            invokevirtual java.lang.String.equals:(Ljava/lang/Object;)Z
            ifeq 14
         1: .line 1209
            invokestatic com.oracle.truffle.api.interop.InteropLibrary.getUncached:()Lcom/oracle/truffle/api/interop/InteropLibrary;
            astore 3 /* interop */
        start local 3 // com.oracle.truffle.api.interop.InteropLibrary interop
         2: .line 1210
            aload 3 /* interop */
            aload 2 /* arguments */
            iconst_0
            aaload
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isString:(Ljava/lang/Object;)Z
            ifeq 13
         3: .line 1213
            aload 3 /* interop */
            aload 2 /* arguments */
            iconst_0
            aaload
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.asString:(Ljava/lang/Object;)Ljava/lang/String;
            astore 4 /* type */
        start local 4 // java.lang.String type
         4: .line 1214
            goto 7
        end local 4 // java.lang.String type
      StackMap locals: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject java.lang.String java.lang.Object[] com.oracle.truffle.api.interop.InteropLibrary
      StackMap stack: com.oracle.truffle.api.interop.UnsupportedMessageException
         5: astore 5 /* ume */
        start local 5 // com.oracle.truffle.api.interop.UnsupportedMessageException ume
         6: .line 1215
            aload 5 /* ume */
            invokestatic com.oracle.truffle.api.CompilerDirectives.shouldNotReachHere:(Ljava/lang/Throwable;)Ljava/lang/RuntimeException;
            athrow
        end local 5 // com.oracle.truffle.api.interop.UnsupportedMessageException ume
        start local 4 // java.lang.String type
         7: .line 1217
      StackMap locals: java.lang.String
      StackMap stack:
            aload 0 /* this */
            getfield com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject.catches:[Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$CatchNode;
            dup
            astore 8
            arraylength
            istore 7
            iconst_0
            istore 6
            goto 12
      StackMap locals: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject java.lang.String java.lang.Object[] com.oracle.truffle.api.interop.InteropLibrary java.lang.String top int int com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$CatchNode[]
      StackMap stack:
         8: aload 8
            iload 6
            aaload
            astore 5 /* c */
        start local 5 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$CatchNode c
         9: .line 1218
            aload 4 /* type */
            aload 5 /* c */
            invokevirtual com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$CatchNode.getExceptionName:()Ljava/lang/String;
            invokevirtual java.lang.String.startsWith:(Ljava/lang/String;)Z
            ifeq 11
        10: .line 1219
            iconst_1
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 5 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$CatchNode c
        11: .line 1217
      StackMap locals:
      StackMap stack:
            iinc 6 1
      StackMap locals:
      StackMap stack:
        12: iload 6
            iload 7
            if_icmplt 8
        end local 4 // java.lang.String type
        13: .line 1223
      StackMap locals: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject java.lang.String java.lang.Object[] com.oracle.truffle.api.interop.InteropLibrary
      StackMap stack:
            iconst_0
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 3 // com.oracle.truffle.api.interop.InteropLibrary interop
        14: .line 1225
      StackMap locals:
      StackMap stack:
            aload 1 /* member */
            invokestatic com.oracle.truffle.api.interop.UnknownIdentifierException.create:(Ljava/lang/String;)Lcom/oracle/truffle/api/interop/UnknownIdentifierException;
            athrow
        end local 2 // java.lang.Object[] arguments
        end local 1 // java.lang.String member
        end local 0 // com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject this
      LocalVariableTable:
        Start  End  Slot       Name  Signature
            0   15     0       this  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$TryNode$CatchesInfoObject;
            0   15     1     member  Ljava/lang/String;
            0   15     2  arguments  [Ljava/lang/Object;
            2   14     3    interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
            4    5     4       type  Ljava/lang/String;
            7   13     4       type  Ljava/lang/String;
            6    7     5        ume  Lcom/oracle/truffle/api/interop/UnsupportedMessageException;
            9   11     5          c  Lcom/oracle/truffle/api/instrumentation/test/InstrumentationTestLanguage$CatchNode;
      Exception table:
        from    to  target  type
           3     4       5  Class com.oracle.truffle.api.interop.UnsupportedMessageException
    Exceptions:
      throws com.oracle.truffle.api.interop.UnknownIdentifierException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportMessage()
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
           Name  Flags
      member     
      arguments  
}
SourceFile: "InstrumentationTestLanguage.java"
NestHost: com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  CatchNode = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$CatchNode of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
  KeysObject = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$KeysObject of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
  TryNode = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage
  CatchesInfoObject = com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode$CatchesInfoObject of com.oracle.truffle.api.instrumentation.test.InstrumentationTestLanguage$TryNode
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.library.ExportLibrary(value = Lcom/oracle/truffle/api/interop/InteropLibrary;)