class com.oracle.truffle.api.test.polyglot.HostAccessTest$5 implements java.util.function.Predicate<java.lang.Integer>
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.api.test.polyglot.HostAccessTest$5
  super_class: java.lang.Object
{
  final com.oracle.truffle.api.test.polyglot.HostAccessTest this$0;
    descriptor: Lcom/oracle/truffle/api/test/polyglot/HostAccessTest;
    flags: (0x1010) ACC_FINAL, ACC_SYNTHETIC

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

  void <init>(com.oracle.truffle.api.test.polyglot.HostAccessTest, java.lang.IllegalArgumentException);
    descriptor: (Lcom/oracle/truffle/api/test/polyglot/HostAccessTest;Ljava/lang/IllegalArgumentException;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.test.polyglot.HostAccessTest$5 this
         0: .line 834
            aload 0 /* this */
            aload 1
            putfield com.oracle.truffle.api.test.polyglot.HostAccessTest$5.this$0:Lcom/oracle/truffle/api/test/polyglot/HostAccessTest;
            aload 0 /* this */
            aload 2
            putfield com.oracle.truffle.api.test.polyglot.HostAccessTest$5.val$error:Ljava/lang/IllegalArgumentException;
            aload 0 /* this */
            invokespecial java.lang.Object.<init>:()V
            return
        end local 0 // com.oracle.truffle.api.test.polyglot.HostAccessTest$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/api/test/polyglot/HostAccessTest$5;
    MethodParameters:
           Name  Flags
      this$0     final
      val$error  final

  public boolean test(java.lang.Integer);
    descriptor: (Ljava/lang/Integer;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.api.test.polyglot.HostAccessTest$5 this
        start local 1 // java.lang.Integer t
         0: .line 836
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.HostAccessTest$5.val$error:Ljava/lang/IllegalArgumentException;
            new java.lang.RuntimeException
            dup
            invokespecial java.lang.RuntimeException.<init>:()V
            invokevirtual java.lang.IllegalArgumentException.initCause:(Ljava/lang/Throwable;)Ljava/lang/Throwable;
            pop
         1: .line 837
            aload 0 /* this */
            getfield com.oracle.truffle.api.test.polyglot.HostAccessTest$5.val$error:Ljava/lang/IllegalArgumentException;
            athrow
        end local 1 // java.lang.Integer t
        end local 0 // com.oracle.truffle.api.test.polyglot.HostAccessTest$5 this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    2     0  this  Lcom/oracle/truffle/api/test/polyglot/HostAccessTest$5;
            0    2     1     t  Ljava/lang/Integer;
    MethodParameters:
      Name  Flags
      t     

  public boolean test(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x1041) ACC_PUBLIC, ACC_BRIDGE, ACC_SYNTHETIC
    Code:
      stack=2, locals=2, args_size=2
         0: .line 1
            aload 0
            aload 1
            checkcast java.lang.Integer
            invokevirtual com.oracle.truffle.api.test.polyglot.HostAccessTest$5.test:(Ljava/lang/Integer;)Z
            ireturn
      LocalVariableTable:
        Start  End  Slot  Name  Signature
}
Signature: Ljava/lang/Object;Ljava/util/function/Predicate<Ljava/lang/Integer;>;
SourceFile: "HostAccessTest.java"
EnclosingMethod: com.oracle.truffle.api.test.polyglot.HostAccessTest.testAcceptsError:()V
NestHost: com.oracle.truffle.api.test.polyglot.HostAccessTest
InnerClasses:
  com.oracle.truffle.api.test.polyglot.HostAccessTest$5