class com.oracle.truffle.polyglot.PolyglotList$Cache$Apply extends com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotList$Cache$Apply
  super_class: com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode
{
  private com.oracle.truffle.polyglot.PolyglotExecuteNode apply;
    descriptor: Lcom/oracle/truffle/polyglot/PolyglotExecuteNode;
    flags: (0x0002) ACC_PRIVATE
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  void <init>(com.oracle.truffle.polyglot.PolyglotList$Cache);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotList$Cache;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotList$Cache$Apply this
         0: .line 59
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.oracle.truffle.polyglot.PolyglotListFactory cannot be resolved\n\tThe import com.oracle.truffle.polyglot.PolyglotListFactory cannot be resolved\n\tThe import com.oracle.truffle.polyglot.PolyglotListFactory cannot be resolved\n\tThe import com.oracle.truffle.polyglot.PolyglotListFactory cannot be resolved\n\tGetNodeGen cannot be resolved\n\tSizeNodeGen cannot be resolved\n\tSetNodeGen cannot be resolved\n\tRemoveNodeGen cannot be resolved\n\tPolyglotExecuteNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.polyglot.PolyglotList$Cache$Apply this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotList$Cache$Apply;
    MethodParameters:
       Name  Flags
      cache  

  protected java.lang.String getOperationName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotList$Cache$Apply this
         0: .line 376
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.polyglot.PolyglotList$Cache$Apply this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotList$Cache$Apply;

  protected java.lang.Object executeImpl(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object, java.lang.Object[]);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;[Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=3, locals=4, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotList$Cache$Apply this
         0: .line 381
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.polyglot.PolyglotList$Cache$Apply this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotList$Cache$Apply;
    MethodParameters:
                 Name  Flags
      languageContext  
      receiver         
      args             
}
SourceFile: "PolyglotList.java"
NestHost: com.oracle.truffle.polyglot.PolyglotList
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  final Cache = com.oracle.truffle.polyglot.PolyglotList$Cache of com.oracle.truffle.polyglot.PolyglotList
  private Apply = com.oracle.truffle.polyglot.PolyglotList$Cache$Apply of com.oracle.truffle.polyglot.PolyglotList$Cache
  abstract PolyglotListNode = com.oracle.truffle.polyglot.PolyglotList$Cache$PolyglotListNode of com.oracle.truffle.polyglot.PolyglotList$Cache