src/share/classes/com/sun/source/tree/IdentifierTree.java

changeset 972
694ff82ca68e
parent 554
9d9f26857129
child 1590
011cf7e0a148
equal deleted inserted replaced
971:bfbc197b560f 972:694ff82ca68e
33 * For example: 33 * For example:
34 * <pre> 34 * <pre>
35 * <em>name</em> 35 * <em>name</em>
36 * </pre> 36 * </pre>
37 * 37 *
38 * @see "The Java Language Specification, 3rd ed, section 6.5.6.1" 38 * @jls section 6.5.6.1
39 * 39 *
40 * @author Peter von der Ah&eacute; 40 * @author Peter von der Ah&eacute;
41 * @author Jonathan Gibbons 41 * @author Jonathan Gibbons
42 * @since 1.6 42 * @since 1.6
43 */ 43 */

mercurial