langtools/src/share/classes/com/sun/tools/javac/code/Type.java
changeset 5847 1908176fd6e3
parent 5520 86e4b9a9da40
child 6348 6c9b14d4a438
equal deleted inserted replaced
5846:6df0e6bcb388 5847:1908176fd6e3
    54  *  type arguments (tag: WILDCARD, class: WildcardType),
    54  *  type arguments (tag: WILDCARD, class: WildcardType),
    55  *  polymorphic types (tag: FORALL, class: ForAll),
    55  *  polymorphic types (tag: FORALL, class: ForAll),
    56  *  the error type (tag: ERROR, class: ErrorType).
    56  *  the error type (tag: ERROR, class: ErrorType).
    57  *  </pre>
    57  *  </pre>
    58  *
    58  *
    59  *  <p><b>This is NOT part of any API supported by Sun Microsystems.  If
    59  *  <p><b>This is NOT part of any supported API.
    60  *  you write code that depends on this, you do so at your own risk.
    60  *  If you write code that depends on this, you do so at your own risk.
    61  *  This code and its internal interfaces are subject to change or
    61  *  This code and its internal interfaces are subject to change or
    62  *  deletion without notice.</b>
    62  *  deletion without notice.</b>
    63  *
    63  *
    64  *  @see TypeTags
    64  *  @see TypeTags
    65  */
    65  */