abstract class com.oracle.truffle.nfi.test.KeyInfoNFITest$VerifyKeyInfoNode extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.nfi.test.KeyInfoNFITest$VerifyKeyInfoNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.nfi.test.KeyInfoNFITest$VerifyKeyInfoNode this
         0: .line 131
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.nfi.test.KeyInfoNFITest$VerifyKeyInfoNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/nfi/test/KeyInfoNFITest$VerifyKeyInfoNode;

  abstract void execute(java.lang.Object, java.lang.String, boolean, boolean, boolean);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;ZZZ)V
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      object    
      symbol    
      read      
      invoke    
      optional  

  void verify(java.lang.Object, java.lang.String, boolean, boolean, boolean, com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Ljava/lang/Object;Ljava/lang/String;ZZZLcom/oracle/truffle/api/interop/InteropLibrary;)V
    flags: (0x0000) 
    Code:
      stack=5, locals=8, args_size=7
        start local 0 // com.oracle.truffle.nfi.test.KeyInfoNFITest$VerifyKeyInfoNode this
        start local 1 // java.lang.Object object
        start local 2 // java.lang.String symbol
        start local 3 // boolean read
        start local 4 // boolean invoke
        start local 5 // boolean optional
        start local 6 // com.oracle.truffle.api.interop.InteropLibrary interop
         0: .line 138
            iload 5 /* optional */
            ifeq 6
         1: .line 143
            ldc "isMemberExisting"
            iload 3 /* read */
            ifne 2
            iload 4 /* invoke */
            ifne 2
            iconst_0
            goto 3
      StackMap locals:
      StackMap stack: java.lang.String
         2: iconst_1
      StackMap locals: com.oracle.truffle.nfi.test.KeyInfoNFITest$VerifyKeyInfoNode java.lang.Object java.lang.String int int int com.oracle.truffle.api.interop.InteropLibrary
      StackMap stack: java.lang.String int
         3: aload 6 /* interop */
            aload 1 /* object */
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberExisting:(Ljava/lang/Object;Ljava/lang/String;)Z
            invokestatic com.oracle.truffle.nfi.test.KeyInfoNFITest.assertBooleanOptional:(Ljava/lang/String;ZZ)V
         4: .line 144
            ldc "isMemberReadable"
            iload 3 /* read */
            aload 6 /* interop */
            aload 1 /* object */
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberReadable:(Ljava/lang/Object;Ljava/lang/String;)Z
            invokestatic com.oracle.truffle.nfi.test.KeyInfoNFITest.assertBooleanOptional:(Ljava/lang/String;ZZ)V
         5: .line 145
            goto 10
         6: .line 146
      StackMap locals:
      StackMap stack:
            ldc "isMemberExisting"
            iload 3 /* read */
            ifne 7
            iload 4 /* invoke */
            ifne 7
            iconst_0
            goto 8
      StackMap locals:
      StackMap stack: java.lang.String
         7: iconst_1
      StackMap locals: com.oracle.truffle.nfi.test.KeyInfoNFITest$VerifyKeyInfoNode java.lang.Object java.lang.String int int int com.oracle.truffle.api.interop.InteropLibrary
      StackMap stack: java.lang.String int
         8: aload 6 /* interop */
            aload 1 /* object */
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberExisting:(Ljava/lang/Object;Ljava/lang/String;)Z
            invokestatic com.oracle.truffle.nfi.test.KeyInfoNFITest.assertBoolean:(Ljava/lang/String;ZZ)V
         9: .line 147
            ldc "isMemberReadable"
            iload 3 /* read */
            aload 6 /* interop */
            aload 1 /* object */
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberReadable:(Ljava/lang/Object;Ljava/lang/String;)Z
            invokestatic com.oracle.truffle.nfi.test.KeyInfoNFITest.assertBoolean:(Ljava/lang/String;ZZ)V
        10: .line 153
      StackMap locals:
      StackMap stack:
            aload 6 /* interop */
            aload 1 /* object */
            aload 2 /* symbol */
            invokestatic com.oracle.truffle.nfi.test.KeyInfoNFITest$VerifyKeyInfoNode.tryRead:(Lcom/oracle/truffle/api/interop/InteropLibrary;Ljava/lang/Object;Ljava/lang/String;)Z
            istore 7 /* success */
        start local 7 // boolean success
        11: .line 154
            ldc "trying to read member"
            iload 3 /* read */
            iload 7 /* success */
            invokestatic com.oracle.truffle.nfi.test.KeyInfoNFITest.assertBoolean:(Ljava/lang/String;ZZ)V
        12: .line 156
            ldc "isMemberInvocable"
            iload 4 /* invoke */
            aload 6 /* interop */
            aload 1 /* object */
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberInvocable:(Ljava/lang/Object;Ljava/lang/String;)Z
            invokestatic com.oracle.truffle.nfi.test.KeyInfoNFITest.assertBoolean:(Ljava/lang/String;ZZ)V
        13: .line 158
            ldc "isMemberInsertable"
            iconst_0
            aload 6 /* interop */
            aload 1 /* object */
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberInsertable:(Ljava/lang/Object;Ljava/lang/String;)Z
            invokestatic com.oracle.truffle.nfi.test.KeyInfoNFITest.assertBoolean:(Ljava/lang/String;ZZ)V
        14: .line 159
            ldc "isMemberModifiable"
            iconst_0
            aload 6 /* interop */
            aload 1 /* object */
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberModifiable:(Ljava/lang/Object;Ljava/lang/String;)Z
            invokestatic com.oracle.truffle.nfi.test.KeyInfoNFITest.assertBoolean:(Ljava/lang/String;ZZ)V
        15: .line 160
            ldc "isMemberWritable"
            iconst_0
            aload 6 /* interop */
            aload 1 /* object */
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberWritable:(Ljava/lang/Object;Ljava/lang/String;)Z
            invokestatic com.oracle.truffle.nfi.test.KeyInfoNFITest.assertBoolean:(Ljava/lang/String;ZZ)V
        16: .line 161
            ldc "isMemberRemovable"
            iconst_0
            aload 6 /* interop */
            aload 1 /* object */
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberRemovable:(Ljava/lang/Object;Ljava/lang/String;)Z
            invokestatic com.oracle.truffle.nfi.test.KeyInfoNFITest.assertBoolean:(Ljava/lang/String;ZZ)V
        17: .line 162
            ldc "isMemberInternal"
            iconst_0
            aload 6 /* interop */
            aload 1 /* object */
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberInternal:(Ljava/lang/Object;Ljava/lang/String;)Z
            invokestatic com.oracle.truffle.nfi.test.KeyInfoNFITest.assertBoolean:(Ljava/lang/String;ZZ)V
        18: .line 163
            return
        end local 7 // boolean success
        end local 6 // com.oracle.truffle.api.interop.InteropLibrary interop
        end local 5 // boolean optional
        end local 4 // boolean invoke
        end local 3 // boolean read
        end local 2 // java.lang.String symbol
        end local 1 // java.lang.Object object
        end local 0 // com.oracle.truffle.nfi.test.KeyInfoNFITest$VerifyKeyInfoNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0   19     0      this  Lcom/oracle/truffle/nfi/test/KeyInfoNFITest$VerifyKeyInfoNode;
            0   19     1    object  Ljava/lang/Object;
            0   19     2    symbol  Ljava/lang/String;
            0   19     3      read  Z
            0   19     4    invoke  Z
            0   19     5  optional  Z
            0   19     6   interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
           11   19     7   success  Z
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
      4:
      5:
        com.oracle.truffle.api.library.CachedLibrary(value = "object")
    MethodParameters:
          Name  Flags
      object    
      symbol    
      read      
      invoke    
      optional  
      interop   

  static boolean tryRead(com.oracle.truffle.api.interop.InteropLibrary, java.lang.Object, java.lang.String);
    descriptor: (Lcom/oracle/truffle/api/interop/InteropLibrary;Ljava/lang/Object;Ljava/lang/String;)Z
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.api.interop.InteropLibrary interop
        start local 1 // java.lang.Object object
        start local 2 // java.lang.String symbol
         0: .line 168
            aload 0 /* interop */
            aload 1 /* object */
            aload 2 /* symbol */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.readMember:(Ljava/lang/Object;Ljava/lang/String;)Ljava/lang/Object;
            pop
         1: .line 169
            iconst_1
            ireturn
         2: .line 170
      StackMap locals:
      StackMap stack: com.oracle.truffle.api.interop.InteropException
            pop
         3: .line 171
            iconst_0
            ireturn
        end local 2 // java.lang.String symbol
        end local 1 // java.lang.Object object
        end local 0 // com.oracle.truffle.api.interop.InteropLibrary interop
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    4     0  interop  Lcom/oracle/truffle/api/interop/InteropLibrary;
            0    4     1   object  Ljava/lang/Object;
            0    4     2   symbol  Ljava/lang/String;
      Exception table:
        from    to  target  type
           0     1       2  Class com.oracle.truffle.api.interop.InteropException
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
         Name  Flags
      interop  
      object   
      symbol   
}
SourceFile: "KeyInfoNFITest.java"
NestHost: com.oracle.truffle.nfi.test.KeyInfoNFITest
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  abstract VerifyKeyInfoNode = com.oracle.truffle.nfi.test.KeyInfoNFITest$VerifyKeyInfoNode of com.oracle.truffle.nfi.test.KeyInfoNFITest