src/share/classes/com/sun/tools/javac/comp/Flow.java

changeset 581
f2fdd52e4e87
parent 554
9d9f26857129
child 609
13354e1abba7
equal deleted inserted replaced
580:46cf751559ae 581:f2fdd52e4e87
168 * in most implementations. Should parentheses affect what is 168 * in most implementations. Should parentheses affect what is
169 * considered a variable reference? The simplest rule would be to 169 * considered a variable reference? The simplest rule would be to
170 * allow unqualified forms only, parentheses optional, and phase out 170 * allow unqualified forms only, parentheses optional, and phase out
171 * support for assigning to a final field via this.x. 171 * support for assigning to a final field via this.x.
172 * 172 *
173 * <p><b>This is NOT part of any API supported by Sun Microsystems. If 173 * <p><b>This is NOT part of any supported API.
174 * you write code that depends on this, you do so at your own risk. 174 * If you write code that depends on this, you do so at your own risk.
175 * This code and its internal interfaces are subject to change or 175 * This code and its internal interfaces are subject to change or
176 * deletion without notice.</b> 176 * deletion without notice.</b>
177 */ 177 */
178 public class Flow extends TreeScanner { 178 public class Flow extends TreeScanner {
179 protected static final Context.Key<Flow> flowKey = 179 protected static final Context.Key<Flow> flowKey =

mercurial