langtools/src/share/classes/com/sun/source/tree/Tree.java
changeset 5848 c5a4ce47e780
parent 5520 86e4b9a9da40
child 6580 d3d578d22cc7
equal deleted inserted replaced
5847:1908176fd6e3 5848:c5a4ce47e780
    28 /**
    28 /**
    29  * Common interface for all nodes in an abstract syntax tree.
    29  * Common interface for all nodes in an abstract syntax tree.
    30  *
    30  *
    31  * <p><b>WARNING:</b> This interface and its sub-interfaces are
    31  * <p><b>WARNING:</b> This interface and its sub-interfaces are
    32  * subject to change as the Java&trade; programming language evolves.
    32  * subject to change as the Java&trade; programming language evolves.
    33  * These interfaces are implemented by Sun's Java compiler (javac)
    33  * These interfaces are implemented by the JDK Java compiler (javac)
    34  * and should not be implemented either directly or indirectly by
    34  * and should not be implemented either directly or indirectly by
    35  * other applications.
    35  * other applications.
    36  *
    36  *
    37  * @author Peter von der Ah&eacute;
    37  * @author Peter von der Ah&eacute;
    38  * @author Jonathan Gibbons
    38  * @author Jonathan Gibbons