public interface 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
  super_class: java.lang.Object
{
  public abstract java.lang.String getFunctionName();
    descriptor: ()Ljava/lang/String;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract void setFunctionName(java.lang.String);
    descriptor: (Ljava/lang/String;)V
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    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 this
         0: .line 49
            aload 0 /* this */
            invokeinterface com.oracle.truffle.js.nodes.function.FunctionNameHolder.getFunctionName:()Ljava/lang/String;
            invokevirtual java.lang.String.isEmpty:()Z
            ireturn
        end local 0 // com.oracle.truffle.js.nodes.function.FunctionNameHolder this
      LocalVariableTable:
        Start  End  Slot  Name  Signature
            0    1     0  this  Lcom/oracle/truffle/js/nodes/function/FunctionNameHolder;
}
SourceFile: "FunctionNameHolder.java"
NestMembers:
  com.oracle.truffle.js.nodes.function.FunctionNameHolder$Delegate
InnerClasses:
  public abstract Delegate = com.oracle.truffle.js.nodes.function.FunctionNameHolder$Delegate of com.oracle.truffle.js.nodes.function.FunctionNameHolder