public interface jdk.nashorn.api.tree.FunctionDeclarationTree extends jdk.nashorn.api.tree.StatementTree
  minor version: 0
  major version: 59
  flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
  this_class: jdk.nashorn.api.tree.FunctionDeclarationTree
  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.BlockTree getBody();
    descriptor: ()Ljdk/nashorn/api/tree/BlockTree;
    flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT

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

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