abstract class com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode extends com.oracle.truffle.js.nodes.JavaScriptBaseNode
  minor version: 0
  major version: 59
  flags: flags: (0x0420) ACC_SUPER, ACC_ABSTRACT
  this_class: com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode
  super_class: com.oracle.truffle.js.nodes.JavaScriptBaseNode
{
  protected com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode nextNode;
    descriptor: Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$AbstractCacheNode;
    flags: (0x0004) ACC_PROTECTED
    RuntimeVisibleAnnotations: 
      com.oracle.truffle.api.nodes.Node$Child()

  private void <init>();
    descriptor: ()V
    flags: (0x0002) ACC_PRIVATE
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode this
         0: .line 1051
            aload 0 /* this */
            invokespecial com.oracle.truffle.js.nodes.JavaScriptBaseNode.<init>:()V
            return
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$AbstractCacheNode;

  protected abstract boolean accept(java.lang.Object);
    descriptor: (Ljava/lang/Object;)Z
    flags: (0x0404) ACC_PROTECTED, ACC_ABSTRACT
    MethodParameters:
          Name  Flags
      function  

  public abstract java.lang.Object executeCall(java.lang.Object[]);
    descriptor: ([Ljava/lang/Object;)Ljava/lang/Object;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    MethodParameters:
           Name  Flags
      arguments  

  protected com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode withNext(com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode);
    descriptor: (Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$AbstractCacheNode;)Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$AbstractCacheNode;
    flags: (0x0004) ACC_PROTECTED
    Code:
      stack=2, locals=3, args_size=2
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode this
        start local 1 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode newNext
         0: .line 1059
            aload 0 /* this */
            invokevirtual com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode.copy:()Lcom/oracle/truffle/js/nodes/JavaScriptBaseNode;
            checkcast com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode
            astore 2 /* copy */
        start local 2 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode copy
         1: .line 1060
            aload 2 /* copy */
            aload 1 /* newNext */
            putfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode.nextNode:Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$AbstractCacheNode;
         2: .line 1061
            aload 2 /* copy */
            areturn
        end local 2 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode copy
        end local 1 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode newNext
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode this
      LocalVariableTable:
        Start  End  Slot     Name  Signature
            0    3     0     this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$AbstractCacheNode;
            0    3     1  newNext  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$AbstractCacheNode;
            1    3     2     copy  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$AbstractCacheNode;
    MethodParameters:
         Name  Flags
      newNext  

  public final com.oracle.truffle.api.nodes.NodeCost getCost();
    descriptor: ()Lcom/oracle/truffle/api/nodes/NodeCost;
    flags: (0x0011) ACC_PUBLIC, ACC_FINAL
    Code:
      stack=1, locals=1, args_size=1
        start local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode this
         0: .line 1066
            getstatic com.oracle.truffle.api.nodes.NodeCost.NONE:Lcom/oracle/truffle/api/nodes/NodeCost;
            areturn
        end local 0 // com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$AbstractCacheNode;
}
SourceFile: "JSFunctionCallNode.java"
NestHost: com.oracle.truffle.js.nodes.function.JSFunctionCallNode
InnerClasses:
  public abstract Child = com.oracle.truffle.api.nodes.Node$Child of com.oracle.truffle.api.nodes.Node
  private abstract AbstractCacheNode = com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode of com.oracle.truffle.js.nodes.function.JSFunctionCallNode