final class com.oracle.truffle.polyglot.PolyglotFunction$Apply extends com.oracle.truffle.polyglot.HostToGuestRootNode
  minor version: 0
  major version: 59
  flags: flags: (0x0030) ACC_FINAL, ACC_SUPER
  this_class: com.oracle.truffle.polyglot.PolyglotFunction$Apply
  super_class: com.oracle.truffle.polyglot.HostToGuestRootNode
{
  final java.lang.Class<?> receiverClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  final java.lang.Class<?> returnClass;
    descriptor: Ljava/lang/Class;
    flags: (0x0010) ACC_FINAL
    Signature: Ljava/lang/Class<*>;

  final java.lang.reflect.Type returnType;
    descriptor: Ljava/lang/reflect/Type;
    flags: (0x0010) ACC_FINAL

  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>(java.lang.Class<?>, java.lang.Class<?>, java.lang.reflect.Type);
    descriptor: (Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/Type;)V
    flags: (0x0000) 
    Code:
      stack=2, locals=4, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotFunction$Apply this
        start local 1 // java.lang.Class receiverType
        start local 2 // java.lang.Class returnClass
        start local 3 // java.lang.reflect.Type returnType
         0: .line 116
            aload 0 /* this */
            invokespecial com.oracle.truffle.polyglot.HostToGuestRootNode.<init>:()V
         1: .line 117
            aload 0 /* this */
            aload 1 /* receiverType */
            putfield com.oracle.truffle.polyglot.PolyglotFunction$Apply.receiverClass:Ljava/lang/Class;
         2: .line 118
            aload 0 /* this */
            aload 2 /* returnClass */
            putfield com.oracle.truffle.polyglot.PolyglotFunction$Apply.returnClass:Ljava/lang/Class;
         3: .line 119
            aload 0 /* this */
            aload 3 /* returnType */
            putfield com.oracle.truffle.polyglot.PolyglotFunction$Apply.returnType:Ljava/lang/reflect/Type;
         4: .line 120
            return
        end local 3 // java.lang.reflect.Type returnType
        end local 2 // java.lang.Class returnClass
        end local 1 // java.lang.Class receiverType
        end local 0 // com.oracle.truffle.polyglot.PolyglotFunction$Apply this
      LocalVariableTable:
        Start  End  Slot          Name  Signature
            0    5     0          this  Lcom/oracle/truffle/polyglot/PolyglotFunction$Apply;
            0    5     1  receiverType  Ljava/lang/Class<*>;
            0    5     2   returnClass  Ljava/lang/Class<*>;
            0    5     3    returnType  Ljava/lang/reflect/Type;
    Signature: (Ljava/lang/Class<*>;Ljava/lang/Class<*>;Ljava/lang/reflect/Type;)V
    MethodParameters:
              Name  Flags
      receiverType  
      returnClass   
      returnType    

  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.PolyglotFunction$Apply this
         0: .line 125
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotFunction$Apply.receiverClass:Ljava/lang/Class;
            areturn
        end local 0 // com.oracle.truffle.polyglot.PolyglotFunction$Apply this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotFunction$Apply;
    Signature: ()Ljava/lang/Class<+Lcom/oracle/truffle/api/interop/TruffleObject;>;

  public java.lang.String getName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=3, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotFunction$Apply this
         0: .line 130
            new java.lang.StringBuilder
            dup
            ldc "PolyglotFunction<"
            invokespecial java.lang.StringBuilder.<init>:(Ljava/lang/String;)V
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotFunction$Apply.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.PolyglotFunction$Apply.returnType:Ljava/lang/reflect/Type;
            invokevirtual java.lang.StringBuilder.append:(Ljava/lang/Object;)Ljava/lang/StringBuilder;
            ldc ">.apply"
            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.PolyglotFunction$Apply this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotFunction$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.PolyglotFunction$Apply this
         0: .line 138
            new java.lang.Error
            dup
            ldc "Unresolved compilation problem: \n\tPolyglotExecuteNodeGen cannot be resolved\n"
            invokespecial java.lang.Error.<init>:(Ljava/lang/String;)V
            athrow
        end local 0 // com.oracle.truffle.polyglot.PolyglotFunction$Apply this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotFunction$Apply;
    MethodParameters:
                 Name  Flags
      languageContext  
      function         
      args             

  public int hashCode();
    descriptor: ()I
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=2, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotFunction$Apply this
         0: .line 145
            iconst_1
            istore 1 /* result */
        start local 1 // int result
         1: .line 146
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotFunction$Apply.receiverClass:Ljava/lang/Class;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* result */
         2: .line 147
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotFunction$Apply.returnClass:Ljava/lang/Class;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* result */
         3: .line 148
            bipush 31
            iload 1 /* result */
            imul
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotFunction$Apply.returnType:Ljava/lang/reflect/Type;
            invokestatic java.util.Objects.hashCode:(Ljava/lang/Object;)I
            iadd
            istore 1 /* result */
         4: .line 149
            iload 1 /* result */
            ireturn
        end local 1 // int result
        end local 0 // com.oracle.truffle.polyglot.PolyglotFunction$Apply this
      LocalVariableTable:
        Start  End  Slot    Name  Signature
            0    5     0    this  Lcom/oracle/truffle/polyglot/PolyglotFunction$Apply;
            1    5     1  result  I

  public boolean equals(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0001) ACC_PUBLIC
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.polyglot.PolyglotFunction$Apply this
        start local 1 // java.lang.Object obj
         0: .line 154
            aload 1 /* obj */
            instanceof com.oracle.truffle.polyglot.PolyglotFunction$Apply
            ifne 2
         1: .line 155
            iconst_0
            ireturn
         2: .line 157
      StackMap locals:
      StackMap stack:
            aload 1 /* obj */
            checkcast com.oracle.truffle.polyglot.PolyglotFunction$Apply
            astore 2 /* other */
        start local 2 // com.oracle.truffle.polyglot.PolyglotFunction$Apply other
         3: .line 158
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotFunction$Apply.receiverClass:Ljava/lang/Class;
            aload 2 /* other */
            getfield com.oracle.truffle.polyglot.PolyglotFunction$Apply.receiverClass:Ljava/lang/Class;
            if_acmpne 6
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotFunction$Apply.returnType:Ljava/lang/reflect/Type;
            aload 2 /* other */
            getfield com.oracle.truffle.polyglot.PolyglotFunction$Apply.returnType:Ljava/lang/reflect/Type;
            if_acmpne 6
         4: .line 159
            aload 0 /* this */
            getfield com.oracle.truffle.polyglot.PolyglotFunction$Apply.returnClass:Ljava/lang/Class;
            aload 2 /* other */
            getfield com.oracle.truffle.polyglot.PolyglotFunction$Apply.returnClass:Ljava/lang/Class;
            if_acmpne 6
         5: .line 158
            iconst_1
            ireturn
      StackMap locals: com.oracle.truffle.polyglot.PolyglotFunction$Apply
      StackMap stack:
         6: iconst_0
            ireturn
        end local 2 // com.oracle.truffle.polyglot.PolyglotFunction$Apply other
        end local 1 // java.lang.Object obj
        end local 0 // com.oracle.truffle.polyglot.PolyglotFunction$Apply this
      LocalVariableTable:
        Start  End  Slot   Name  Signature
            0    7     0   this  Lcom/oracle/truffle/polyglot/PolyglotFunction$Apply;
            0    7     1    obj  Ljava/lang/Object;
            3    7     2  other  Lcom/oracle/truffle/polyglot/PolyglotFunction$Apply;
    MethodParameters:
      Name  Flags
      obj   

  private static com.oracle.truffle.api.CallTarget lookup(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Class<?>, java.lang.Class<?>, java.lang.reflect.Type);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/Type;)Lcom/oracle/truffle/api/CallTarget;
    flags: (0x000a) ACC_PRIVATE, ACC_STATIC
    Code:
      stack=5, locals=6, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
        start local 1 // java.lang.Class receiverClass
        start local 2 // java.lang.Class returnClass
        start local 3 // java.lang.reflect.Type returnType
         0: .line 163
            new com.oracle.truffle.polyglot.PolyglotFunction$Apply
            dup
            aload 1 /* receiverClass */
            aload 2 /* returnClass */
            aload 3 /* returnType */
            invokespecial com.oracle.truffle.polyglot.PolyglotFunction$Apply.<init>:(Ljava/lang/Class;Ljava/lang/Class;Ljava/lang/reflect/Type;)V
            astore 4 /* apply */
        start local 4 // com.oracle.truffle.polyglot.PolyglotFunction$Apply apply
         1: .line 164
            aload 0 /* languageContext */
            aload 4 /* apply */
            ldc Lcom/oracle/truffle/api/CallTarget;
            invokestatic com.oracle.truffle.polyglot.PolyglotFunction$Apply.lookupHostCodeCache:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.CallTarget
            astore 5 /* target */
        start local 5 // com.oracle.truffle.api.CallTarget target
         2: .line 165
            aload 5 /* target */
            ifnonnull 4
         3: .line 166
            aload 0 /* languageContext */
            aload 4 /* apply */
            aload 4 /* apply */
            invokestatic com.oracle.truffle.polyglot.PolyglotFunction$Apply.createTarget:(Lcom/oracle/truffle/polyglot/HostToGuestRootNode;)Lcom/oracle/truffle/api/CallTarget;
            ldc Lcom/oracle/truffle/api/CallTarget;
            invokestatic com.oracle.truffle.polyglot.PolyglotFunction$Apply.installHostCodeCache:(Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
            checkcast com.oracle.truffle.api.CallTarget
            astore 5 /* target */
         4: .line 168
      StackMap locals: com.oracle.truffle.polyglot.PolyglotFunction$Apply com.oracle.truffle.api.CallTarget
      StackMap stack:
            aload 5 /* target */
            areturn
        end local 5 // com.oracle.truffle.api.CallTarget target
        end local 4 // com.oracle.truffle.polyglot.PolyglotFunction$Apply apply
        end local 3 // java.lang.reflect.Type returnType
        end local 2 // java.lang.Class returnClass
        end local 1 // java.lang.Class receiverClass
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext languageContext
      LocalVariableTable:
        Start  End  Slot             Name  Signature
            0    5     0  languageContext  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    5     1    receiverClass  Ljava/lang/Class<*>;
            0    5     2      returnClass  Ljava/lang/Class<*>;
            0    5     3       returnType  Ljava/lang/reflect/Type;
            1    5     4            apply  Lcom/oracle/truffle/polyglot/PolyglotFunction$Apply;
            2    5     5           target  Lcom/oracle/truffle/api/CallTarget;
    Signature: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Class<*>;Ljava/lang/Class<*>;Ljava/lang/reflect/Type;)Lcom/oracle/truffle/api/CallTarget;
    MethodParameters:
                 Name  Flags
      languageContext  
      receiverClass    
      returnClass      
      returnType       
}
SourceFile: "PolyglotFunction.java"
NestHost: com.oracle.truffle.polyglot.PolyglotFunction
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  final Apply = com.oracle.truffle.polyglot.PolyglotFunction$Apply of com.oracle.truffle.polyglot.PolyglotFunction