public interface com.oracle.truffle.js.nodes.function.FunctionNameHolder$Delegate extends com.oracle.truffle.js.nodes.function.FunctionNameHolder
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.oracle.truffle.js.nodes.function.FunctionNameHolder$Delegate
super_class: java.lang.Object
{
public abstract com.oracle.truffle.js.nodes.function.FunctionNameHolder getFunctionNameHolder();
descriptor: ()Lcom/oracle/truffle/js/nodes/function/FunctionNameHolder;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public java.lang.String getFunctionName();
descriptor: ()Ljava/lang/String;
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // com.oracle.truffle.js.nodes.function.FunctionNameHolder$Delegate this
0: .line 57
aload 0 /* this */
invokeinterface com.oracle.truffle.js.nodes.function.FunctionNameHolder$Delegate.getFunctionNameHolder:()Lcom/oracle/truffle/js/nodes/function/FunctionNameHolder;
invokeinterface com.oracle.truffle.js.nodes.function.FunctionNameHolder.getFunctionName:()Ljava/lang/String;
areturn
end local 0 // com.oracle.truffle.js.nodes.function.FunctionNameHolder$Delegate this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/js/nodes/function/FunctionNameHolder$Delegate;
public void setFunctionName(java.lang.String);
descriptor: (Ljava/lang/String;)V
flags: (0x0001) ACC_PUBLIC
Code:
stack=2, locals=2, args_size=2
start local 0 // com.oracle.truffle.js.nodes.function.FunctionNameHolder$Delegate this
start local 1 // java.lang.String name
0: .line 62
aload 0 /* this */
invokeinterface com.oracle.truffle.js.nodes.function.FunctionNameHolder$Delegate.getFunctionNameHolder:()Lcom/oracle/truffle/js/nodes/function/FunctionNameHolder;
aload 1 /* name */
invokeinterface com.oracle.truffle.js.nodes.function.FunctionNameHolder.setFunctionName:(Ljava/lang/String;)V
1: .line 63
return
end local 1 // java.lang.String name
end local 0 // com.oracle.truffle.js.nodes.function.FunctionNameHolder$Delegate this
LocalVariableTable:
Start End Slot Name Signature
0 2 0 this Lcom/oracle/truffle/js/nodes/function/FunctionNameHolder$Delegate;
0 2 1 name Ljava/lang/String;
MethodParameters:
Name Flags
name
public boolean isAnonymous();
descriptor: ()Z
flags: (0x0001) ACC_PUBLIC
Code:
stack=1, locals=1, args_size=1
start local 0 // com.oracle.truffle.js.nodes.function.FunctionNameHolder$Delegate this
0: .line 67
aload 0 /* this */
invokeinterface com.oracle.truffle.js.nodes.function.FunctionNameHolder$Delegate.getFunctionNameHolder:()Lcom/oracle/truffle/js/nodes/function/FunctionNameHolder;
invokeinterface com.oracle.truffle.js.nodes.function.FunctionNameHolder.isAnonymous:()Z
ireturn
end local 0 // com.oracle.truffle.js.nodes.function.FunctionNameHolder$Delegate this
LocalVariableTable:
Start End Slot Name Signature
0 1 0 this Lcom/oracle/truffle/js/nodes/function/FunctionNameHolder$Delegate;
}
SourceFile: "FunctionNameHolder.java"
NestHost: com.oracle.truffle.js.nodes.function.FunctionNameHolder
InnerClasses:
public abstract Delegate = com.oracle.truffle.js.nodes.function.FunctionNameHolder$Delegate of com.oracle.truffle.js.nodes.function.FunctionNameHolder