public interface jdk.nashorn.api.tree.FunctionExpressionTree extends jdk.nashorn.api.tree.ExpressionTree
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: jdk.nashorn.api.tree.FunctionExpressionTree
  super_class: java.lang.Object
{
  public abstract jdk.nashorn.api.tree.IdentifierTree getName();
    descriptor: ()Ljdk/nashorn/api/tree/IdentifierTree;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract java.util.List<? extends jdk.nashorn.api.tree.ExpressionTree> getParameters();
    descriptor: ()Ljava/util/List;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
    Signature: ()Ljava/util/List<+Ljdk/nashorn/api/tree/ExpressionTree;>;

  public abstract jdk.nashorn.api.tree.Tree getBody();
    descriptor: ()Ljdk/nashorn/api/tree/Tree;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isStrict();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isArrow();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

  public abstract boolean isGenerator();
    descriptor: ()Z
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "FunctionExpressionTree.java"
    RuntimeVisibleAnnotations: 
      java.lang.Deprecated(since = "11", forRemoval = true)