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 0: aload 0
invokespecial com.oracle.truffle.js.nodes.JavaScriptBaseNode.<init>:()V
return
end local 0 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 start local 1 0: aload 0
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
start local 2 1: aload 2
aload 1
putfield com.oracle.truffle.js.nodes.function.JSFunctionCallNode$AbstractCacheNode.nextNode:Lcom/oracle/truffle/js/nodes/function/JSFunctionCallNode$AbstractCacheNode;
2: aload 2
areturn
end local 2 end local 1 end local 0 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 0: getstatic com.oracle.truffle.api.nodes.NodeCost.NONE:Lcom/oracle/truffle/api/nodes/NodeCost;
areturn
end local 0 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