public interface com.sun.source.tree.NewArrayTree 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.NewArrayTree
super_class: java.lang.Object
{
public abstract com.sun.source.tree.Tree getType();
descriptor: ()Lcom/sun/source/tree/Tree;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
public abstract java.util.List<? extends com.sun.source.tree.ExpressionTree> getDimensions();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<+Lcom/sun/source/tree/ExpressionTree;>;
public abstract java.util.List<? extends com.sun.source.tree.ExpressionTree> getInitializers();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<+Lcom/sun/source/tree/ExpressionTree;>;
public abstract java.util.List<? extends com.sun.source.tree.AnnotationTree> getAnnotations();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<+Lcom/sun/source/tree/AnnotationTree;>;
public abstract java.util.List<? extends java.util.List<? extends com.sun.source.tree.AnnotationTree>> getDimAnnotations();
descriptor: ()Ljava/util/List;
flags: (0x0401) ACC_PUBLIC, ACC_ABSTRACT
Signature: ()Ljava/util/List<+Ljava/util/List<+Lcom/sun/source/tree/AnnotationTree;>;>;
}
SourceFile: "NewArrayTree.java"