langtools/src/share/classes/com/sun/tools/javap/DisassemblerTool.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 14259 fb94a1df0d53
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    42  * @see DiagnosticListener
    42  * @see DiagnosticListener
    43  * @see Diagnostic
    43  * @see Diagnostic
    44  * @see JavaFileManager
    44  * @see JavaFileManager
    45  * @since 1.7
    45  * @since 1.7
    46  *
    46  *
    47  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    47  *  <p><b>This is NOT part of any supported API.
    48  *  you write code that depends on this, you do so at your own risk.
    48  *  If you write code that depends on this, you do so at your own risk.
    49  *  This code and its internal interfaces are subject to change or
    49  *  This code and its internal interfaces are subject to change or
    50  *  deletion without notice.</b>
    50  *  deletion without notice.</b>
    51  */
    51  */
    52 public interface DisassemblerTool extends Tool, OptionChecker {
    52 public interface DisassemblerTool extends Tool, OptionChecker {
    53 
    53