class com.oracle.truffle.polyglot.PolyglotMap$Cache$Apply extends com.oracle.truffle.polyglot.PolyglotMap$Cache$PolyglotMapNode
  minor version: 0
  major version: 59
  flags: flags: (0x0020) ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotMap$Cache$Apply
  super_class: com.oracle.truffle.polyglot.PolyglotMap$Cache$PolyglotMapNode
{
  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.PolyglotMap$Cache);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotMap$Cache;)V
    flags: (0x0000) 
    Code:
      stack=3, locals=2, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotMap$Cache$Apply this
         0: .line 70
            new java.lang.Error
            dup
            ldc "Unresolved compilation problems: \n\tThe import com.oracle.truffle.polyglot.PolyglotMapFactory cannot be resolved\n\tThe import com.oracle.truffle.polyglot.PolyglotMapFactory cannot be resolved\n\tThe import com.oracle.truffle.polyglot.PolyglotMapFactory cannot be resolved\n\tThe import com.oracle.truffle.polyglot.PolyglotMapFactory cannot be resolved\n\tThe import com.oracle.truffle.polyglot.PolyglotMapFactory cannot be resolved\n\tPolyglotMapFactory cannot be resolved\n\tContainsKeyNodeGen cannot be resolved\n\tEntrySetNodeGen cannot be resolved\n\tPutNodeGen cannot be resolved\n\tRemoveNodeGen cannot be resolved\n\tRemoveBooleanNodeGen 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.PolyglotMap$Cache$Apply this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotMap$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.PolyglotMap$Cache$Apply this
         0: .line 765
            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.PolyglotMap$Cache$Apply this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotMap$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.PolyglotMap$Cache$Apply this
         0: .line 770
            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.PolyglotMap$Cache$Apply this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotMap$Cache$Apply;
    MethodParameters:
                 Name  Flags
      languageContext  
      receiver         
      args             
}
SourceFile: "PolyglotMap.java"
NestHost: com.oracle.truffle.polyglot.PolyglotMap
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  final Cache = com.oracle.truffle.polyglot.PolyglotMap$Cache of com.oracle.truffle.polyglot.PolyglotMap
  private Apply = com.oracle.truffle.polyglot.PolyglotMap$Cache$Apply of com.oracle.truffle.polyglot.PolyglotMap$Cache
  abstract PolyglotMapNode = com.oracle.truffle.polyglot.PolyglotMap$Cache$PolyglotMapNode of com.oracle.truffle.polyglot.PolyglotMap$Cache