public interface com.sun.source.tree.NewClassTree extends com.sun.source.tree.ExpressionTree
minor version: 0
major version: 59
flags: flags: (0x0601) ACC_PUBLIC, ACC_INTERFACE, ACC_ABSTRACT
this_class: com.sun.source.tree.NewClassTree
super_class: java.lang.Object
{
public abstract com.sun.source.tree.ExpressionTree getEnclosingExpression();
descriptor: ()Lcom/sun/source/tree/ExpressionTree;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.util.List<? extends com.sun.source.tree.Tree> getTypeArguments();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<+Lcom/sun/source/tree/Tree;>;
public abstract com.sun.source.tree.ExpressionTree getIdentifier();
descriptor: ()Lcom/sun/source/tree/ExpressionTree;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.util.List<? extends com.sun.source.tree.ExpressionTree> getArguments();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<+Lcom/sun/source/tree/ExpressionTree;>;
public abstract com.sun.source.tree.ClassTree getClassBody();
descriptor: ()Lcom/sun/source/tree/ClassTree;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
}
SourceFile: "NewClassTree.java"