abstract class com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$HasMemberNode extends com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$AbstractMemberInfoNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$HasMemberNode
  super_class: com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$AbstractMemberInfoNode
{
  protected void <init>(com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;)V
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$HasMemberNode this
        start local 1 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache interop
         0: .line 1881
            aload 0 /* this */
            aload 1 /* interop */
            invokespecial com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$AbstractMemberInfoNode.<init>:(Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;)V
         1: .line 1882
            return
        end local 1 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache interop
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$HasMemberNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    2     0     this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$HasMemberNode;
            0    2     1  interop  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache;
    MethodParameters:
         Name  Flags
      interop  

  protected java.lang.String getOperationName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$HasMemberNode this
         0: .line 1886
            ldc "hasMember"
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$HasMemberNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotValue$InteropCodeCache$HasMemberNode;

  static java.lang.Object doCached(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.Object[], com.oracle.truffle.api.interop.InteropLibrary);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;[Ljava/lang/Object;Lcom/oracle/truffle/api/interop/InteropLibrary;)Ljava/lang/Object;
    flags: (0x0008) ACC_STATIC
    Code:
      stack=3, locals=5, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 1 // java.lang.Object receiver
        start local 2 // java.lang.Object[] args
        start local 3 // com.oracle.truffle.api.interop.InteropLibrary objects
         0: .line 1892
            aload 2 /* args */
            iconst_2
            aaload
            checkcast java.lang.String
            astore 4 /* key */
        start local 4 // java.lang.String key
         1: .line 1893
            aload 3 /* objects */
            aload 1 /* receiver */
            aload 4 /* key */
            invokevirtual com.oracle.truffle.api.interop.InteropLibrary.isMemberExisting:(Ljava/lang/Object;Ljava/lang/String;)Z
            invokestatic java.lang.Boolean.valueOf:(Z)Ljava/lang/Boolean;
            areturn
        end local 4 // java.lang.String key
        end local 3 // com.oracle.truffle.api.interop.InteropLibrary objects
        end local 2 // java.lang.Object[] args
        end local 1 // java.lang.Object receiver
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    2     0   context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    2     1  receiver  Ljava/lang/Object;
            0    2     2      args  [Ljava/lang/Object;
            0    2     3   objects  Lcom/oracle/truffle/api/interop/InteropLibrary;
            1    2     4       key  Ljava/lang/String;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(limit = "CACHE_LIMIT")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
      3:
        com.oracle.truffle.api.library.CachedLibrary(value = "receiver")
    MethodParameters:
          Name  Flags
      context   
      receiver  
      args      
      objects   
}
SourceFile: "PolyglotValue.java"
NestHost: com.oracle.truffle.polyglot.PolyglotValue
InnerClasses:
  InteropCodeCache = com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache of com.oracle.truffle.polyglot.PolyglotValue
  private abstract AbstractMemberInfoNode = com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$AbstractMemberInfoNode of com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache
  abstract HasMemberNode = com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache$HasMemberNode of com.oracle.truffle.polyglot.PolyglotValue$InteropCodeCache