langtools/src/share/classes/com/sun/tools/javap/JavapTask.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 13839 5c37d38d0aa8
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    67 
    67 
    68 /**
    68 /**
    69  *  "Main" class for javap, normally accessed from the command line
    69  *  "Main" class for javap, normally accessed from the command line
    70  *  via Main, or from JSR199 via DisassemblerTool.
    70  *  via Main, or from JSR199 via DisassemblerTool.
    71  *
    71  *
    72  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    72  *  <p><b>This is NOT part of any supported API.
    73  *  you write code that depends on this, you do so at your own risk.
    73  *  If you write code that depends on this, you do so at your own risk.
    74  *  This code and its internal interfaces are subject to change or
    74  *  This code and its internal interfaces are subject to change or
    75  *  deletion without notice.</b>
    75  *  deletion without notice.</b>
    76  */
    76  */
    77 public class JavapTask implements DisassemblerTool.DisassemblerTask, Messages {
    77 public class JavapTask implements DisassemblerTool.DisassemblerTask, Messages {
    78     public class BadArgs extends Exception {
    78     public class BadArgs extends Exception {