abstract class com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode extends com.oracle.truffle.polyglot.HostToGuestRootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode
  super_class: com.oracle.truffle.polyglot.HostToGuestRootNode
{
  static final int LIMIT;
    descriptor: I
    flags: (0x0018) ACC_STATIC, ACC_FINAL
    ConstantValue: 5

  final com.oracle.truffle.polyglot.PolyglotList$Cache cache;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotList$Cache;
    flags: (0x0010) ACC_FINAL

  void <init>(com.oracle.truffle.polyglot.PolyglotList$Cache);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotList$Cache;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode this
        start local 1 // com.oracle.truffle.polyglot.PolyglotList$Cache cache
         0: .line 220
            aload 0 /* this */
            invokespecial com.oracle.truffle.polyglot.HostToGuestRootNode.<init>:()V
         1: .line 221
            aload 0 /* this */
            aload 1 /* cache */
            putfield com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode.cache:Lcom/oracle/truffle/polyglot/PolyglotList$Cache;
         2: .line 222
            return
        end local 1 // com.oracle.truffle.polyglot.PolyglotList$Cache cache
        end local 0 // com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    3     0   this  Lcom/oracle/truffle/polyglot/PolyglotList$Cache$PolyglotListNode;
            0    3     1  cache  Lcom/oracle/truffle/polyglot/PolyglotList$Cache;
    MethodParameters:
       Name  Flags
      cache  

  protected java.lang.Class<? extends com.oracle.truffle.api.interop.TruffleObject> getReceiverType();
    descriptor: ()Ljava/lang/Class;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode this
         0: .line 227
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode.cache:Lcom/oracle/truffle/polyglot/PolyglotList$Cache;
            getfield com.oracle.truffle.polyglot.PolyglotList$Cache.receiverClass:Ljava/lang/Class;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotList$Cache$PolyglotListNode;
    Signature: ()Ljava/lang/Class<+Lcom/oracle/truffle/api/interop/TruffleObject;>;

  public final java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode this
         0: .line 232
            new java.lang.StringBuilder
            dup
            ldc "PolyglotList<"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode.cache:Lcom/oracle/truffle/polyglot/PolyglotList$Cache;
            getfield com.oracle.truffle.polyglot.PolyglotList$Cache.receiverClass:Ljava/lang/Class;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ", "
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode.cache:Lcom/oracle/truffle/polyglot/PolyglotList$Cache;
            getfield com.oracle.truffle.polyglot.PolyglotList$Cache.valueType:Ljava/lang/reflect/Type;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ">."
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            aload 0 /* this */
            invokevirtual com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode.getOperationName:()Ljava/lang/String;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/String;)Ljava/lang/StringBuilder;
            invokevirtual java.lang.StringBuilder.toString:()Ljava/lang/String;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotList$Cache$PolyglotListNode;

  protected abstract java.lang.String getOperationName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
}
SourceFile: "PolyglotList.java"
NestHost: com.oracle.truffle.polyglot.PolyglotList
InnerClasses:
  final Cache = com.oracle.truffle.polyglot.PolyglotList$Cache of com.oracle.truffle.polyglot.PolyglotList
  abstract PolyglotListNode = com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode of com.oracle.truffle.polyglot.PolyglotList$Cache