public interface jdk.nashorn.api.tree.ExportEntryTree extends jdk.nashorn.api.tree.Tree
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: jdk.nashorn.api.tree.ExportEntryTree
super_class: java.lang.Object
{
public abstract jdk.nashorn.api.tree.IdentifierTree getExportName();
descriptor: ()Ljdk/nashorn/api/tree/IdentifierTree;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract jdk.nashorn.api.tree.IdentifierTree getModuleRequest();
descriptor: ()Ljdk/nashorn/api/tree/IdentifierTree;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract jdk.nashorn.api.tree.IdentifierTree getImportName();
descriptor: ()Ljdk/nashorn/api/tree/IdentifierTree;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract jdk.nashorn.api.tree.IdentifierTree getLocalName();
descriptor: ()Ljdk/nashorn/api/tree/IdentifierTree;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "ExportEntryTree.java"