langtools/src/share/classes/com/sun/tools/javac/comp/Infer.java
changeset 5847 1908176fd6e3
parent 5846 6df0e6bcb388
child 6154 c1b0c6641b92
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    35 
    35 
    36 import static com.sun.tools.javac.code.TypeTags.*;
    36 import static com.sun.tools.javac.code.TypeTags.*;
    37 
    37 
    38 /** Helper class for type parameter inference, used by the attribution phase.
    38 /** Helper class for type parameter inference, used by the attribution phase.
    39  *
    39  *
    40  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    40  *  <p><b>This is NOT part of any supported API.
    41  *  you write code that depends on this, you do so at your own risk.
    41  *  If you write code that depends on this, you do so at your own risk.
    42  *  This code and its internal interfaces are subject to change or
    42  *  This code and its internal interfaces are subject to change or
    43  *  deletion without notice.</b>
    43  *  deletion without notice.</b>
    44  */
    44  */
    45 public class Infer {
    45 public class Infer {
    46     protected static final Context.Key<Infer> inferKey =
    46     protected static final Context.Key<Infer> inferKey =