src/share/classes/com/sun/tools/javac/code/Types.java

changeset 581
f2fdd52e4e87
parent 567
593a59e40bdb
child 637
c655e0280bdc
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
56 * <dd>If an operations takes a list of types, the first should be named ts.</dd> 56 * <dd>If an operations takes a list of types, the first should be named ts.</dd>
57 * <dt>ss</dt> 57 * <dt>ss</dt>
58 * <dd>A second list of types should be named ss.</dd> 58 * <dd>A second list of types should be named ss.</dd>
59 * </dl> 59 * </dl>
60 * 60 *
61 * <p><b>This is NOT part of any API supported by Sun Microsystems. 61 * <p><b>This is NOT part of any supported API.
62 * If you write code that depends on this, you do so at your own risk. 62 * If you write code that depends on this, you do so at your own risk.
63 * This code and its internal interfaces are subject to change or 63 * This code and its internal interfaces are subject to change or
64 * deletion without notice.</b> 64 * deletion without notice.</b>
65 */ 65 */
66 public class Types { 66 public class Types {

mercurial