abstract class com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode extends com.oracle.truffle.api.nodes.Node
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode
  super_class: com.oracle.truffle.api.nodes.Node
{
  void <init>();
    descriptor: ()V
    flags: (0x0000) 
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode this
         0: .line 784
            aload 0 /* this */
            invokespecial com.oracle.truffle.api.nodes.Node.<init>:()V
            return
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValueNode;

  abstract java.lang.Object execute(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0400) ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      context   
      receiver  

  java.lang.Object doNull(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode this
        start local 1 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 2 // java.lang.Object receiver
         0: .line 790
            aload 1 /* context */
            aload 0 /* this */
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.polyglot.PolyglotLanguageContext.toGuestValue:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object receiver
        end local 1 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValueNode;
            0    1     1   context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    1     2  receiver  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"receiver == null"})
    MethodParameters:
          Name  Flags
      context   
      receiver  

   doCached(com.oracle.truffle.polyglot.PolyglotLanguageContext, , java.lang.Class<?>);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/Class;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=4, locals=4, args_size=4
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode this
        start local 1 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 2 // java.lang.Object receiver
        start local 3 // java.lang.Class cachedReceiver
         0: .line 795
            aload 1 /* context */
            aload 0 /* this */
            aload 3 /* cachedReceiver */
            aload 2 /* receiver */
            invokevirtual java.lang.Class.cast:(Ljava/lang/Object;)Ljava/lang/Object;
            invokevirtual com.oracle.truffle.polyglot.PolyglotLanguageContext.toGuestValue:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 3 // java.lang.Class cachedReceiver
        end local 2 // java.lang.Object receiver
        end local 1 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode this
      LocalVariableTable:
        Start  End  Slot            Name  Signature
            0    1     0            this  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValueNode;
            0    1     1         context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    1     2        receiver  Ljava/lang/Object;
            0    1     3  cachedReceiver  Ljava/lang/Class<*>;
    Signature: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;Ljava/lang/Class<*>;)Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(guards = {"receiver != null", "receiver.getClass() == cachedReceiver"}, limit = "3")
    RuntimeInvisibleParameterAnnotations: 
      0:
      1:
      2:
        com.oracle.truffle.api.dsl.Cached(value = "receiver.getClass()")
    MethodParameters:
                Name  Flags
      context         
      receiver        
      cachedReceiver  

  java.lang.Object doUncached(com.oracle.truffle.polyglot.PolyglotLanguageContext, java.lang.Object);
    descriptor: (Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0000) 
    Code:
      stack=3, locals=3, args_size=3
        start local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode this
        start local 1 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        start local 2 // java.lang.Object receiver
         0: .line 801
            aload 1 /* context */
            aload 0 /* this */
            aload 2 /* receiver */
            invokevirtual com.oracle.truffle.polyglot.PolyglotLanguageContext.toGuestValue:(Lcom/oracle/truffle/api/nodes/Node;Ljava/lang/Object;)Ljava/lang/Object;
            areturn
        end local 2 // java.lang.Object receiver
        end local 1 // com.oracle.truffle.polyglot.PolyglotLanguageContext context
        end local 0 // com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode this
      LocalVariableTable:
        Start  End  Slot      Name  Signature
            0    1     0      this  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext$ToGuestValueNode;
            0    1     1   context  Lcom/oracle/truffle/polyglot/PolyglotLanguageContext;
            0    1     2  receiver  Ljava/lang/Object;
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.dsl.Specialization(replaces = {"doCached"})
      com.oracle.truffle.api.CompilerDirectives$TruffleBoundary()
    MethodParameters:
          Name  Flags
      context   
      receiver  
}
SourceFile: "PolyglotLanguageContext.java"
NestHost: com.oracle.truffle.polyglot.PolyglotLanguageContext
InnerClasses:
  public abstract TruffleBoundary = com.oracle.truffle.api.CompilerDirectives$TruffleBoundary of com.oracle.truffle.api.CompilerDirectives
  abstract ToGuestValueNode = com.oracle.truffle.polyglot.PolyglotLanguageContext$ToGuestValueNode of com.oracle.truffle.polyglot.PolyglotLanguageContext
    RuntimeInvisibleAnnotations: 
      com.oracle.truffle.api.dsl.GenerateUncached()