langtools/src/share/classes/com/sun/tools/javac/model/JavacElements.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 6924 ef7a9281ad2f
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    51 import static javax.lang.model.util.ElementFilter.methodsIn;
    51 import static javax.lang.model.util.ElementFilter.methodsIn;
    52 
    52 
    53 /**
    53 /**
    54  * Utility methods for operating on program elements.
    54  * Utility methods for operating on program elements.
    55  *
    55  *
    56  * <p><b>This is NOT part of any API supported by Sun Microsystems.
    56  * <p><b>This is NOT part of any supported API.
    57  * If you write code that depends on this, you do so at your own
    57  * If you write code that depends on this, you do so at your own
    58  * risk.  This code and its internal interfaces are subject to change
    58  * risk.  This code and its internal interfaces are subject to change
    59  * or deletion without notice.</b></p>
    59  * or deletion without notice.</b></p>
    60  */
    60  */
    61 public class JavacElements implements Elements {
    61 public class JavacElements implements Elements {