public interface jdk.nashorn.api.tree.ClassExpressionTree 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.ClassExpressionTree
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 jdk.nashorn.api.tree.ExpressionTree getClassHeritage();
descriptor: ()Ljdk/nashorn/api/tree/ExpressionTree;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract jdk.nashorn.api.tree.PropertyTree getConstructor();
descriptor: ()Ljdk/nashorn/api/tree/PropertyTree;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.util.List<? extends jdk.nashorn.api.tree.PropertyTree> getClassElements();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<+Ljdk/nashorn/api/tree/PropertyTree;>;
}
SourceFile: "ClassExpressionTree.java"