langtools/src/share/classes/com/sun/tools/javac/util/Context.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 8032 e1aa25ccdabb
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    89  *
    89  *
    90  * <p><pre>
    90  * <p><pre>
    91  *     NewPhase.preRegister(context);
    91  *     NewPhase.preRegister(context);
    92  * </pre>
    92  * </pre>
    93  *
    93  *
    94  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    94  *  <p><b>This is NOT part of any supported API.
    95  *  you write code that depends on this, you do so at your own risk.
    95  *  If you write code that depends on this, you do so at your own risk.
    96  *  This code and its internal interfaces are subject to change or
    96  *  This code and its internal interfaces are subject to change or
    97  *  deletion without notice.</b>
    97  *  deletion without notice.</b>
    98  */
    98  */
    99 public class Context {
    99 public class Context {
   100     /** The client creates an instance of this class for each key.
   100     /** The client creates an instance of this class for each key.