< prev index next >

src/jdk.compiler/share/classes/com/sun/tools/javac/util/Names.java

Print this page

        

*** 26,36 **** package com.sun.tools.javac.util; import java.util.Set; /** ! * Access to the compiler's name table. STandard names are defined, * as well as methods to create new names. * * <p><b>This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or --- 26,36 ---- package com.sun.tools.javac.util; import java.util.Set; /** ! * Access to the compiler's name table. Standard names are defined, * as well as methods to create new names. * * <p><b>This is NOT part of any supported API. * If you write code that depends on this, you do so at your own risk. * This code and its internal interfaces are subject to change or
< prev index next >