langtools/src/share/classes/com/sun/source/tree/Tree.java
changeset 8031 d5fe2c1cecfc
parent 7681 1f0819a3341f
child 9300 c2de4dd9853b
equal deleted inserted replaced
7848:884a6d60b235 8031:d5fe2c1cecfc
     1 /*
     1 /*
     2  * Copyright (c) 2005, 2010, Oracle and/or its affiliates. All rights reserved.
     2  * Copyright (c) 2005, 2011, Oracle and/or its affiliates. All rights reserved.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     3  * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER.
     4  *
     4  *
     5  * This code is free software; you can redistribute it and/or modify it
     5  * This code is free software; you can redistribute it and/or modify it
     6  * under the terms of the GNU General Public License version 2 only, as
     6  * under the terms of the GNU General Public License version 2 only, as
     7  * published by the Free Software Foundation.  Oracle designates this
     7  * published by the Free Software Foundation.  Oracle designates this
    44     /**
    44     /**
    45      * Enumerates all kinds of trees.
    45      * Enumerates all kinds of trees.
    46      */
    46      */
    47     public enum Kind {
    47     public enum Kind {
    48 
    48 
    49 //308        ANNOTATED_TYPE(AnnotatedTypeTree.class),
       
    50 
       
    51         /**
    49         /**
    52          * Used for instances of {@link AnnotationTree}.
    50          * Used for instances of {@link AnnotationTree}.
    53          */
    51          */
    54         ANNOTATION(AnnotationTree.class),
    52         ANNOTATION(AnnotationTree.class),
    55 
    53