jdk/src/share/classes/sun/tools/tree/ExprExpression.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
equal deleted inserted replaced
21277:bd380b80f9ea 21278:ef8a3a2a72f2
    27 
    27 
    28 import sun.tools.java.*;
    28 import sun.tools.java.*;
    29 import java.util.Hashtable;
    29 import java.util.Hashtable;
    30 
    30 
    31 /**
    31 /**
    32  * Parenthesised expressions.
    32  * Parenthesized expressions.
    33  *
    33  *
    34  * WARNING: The contents of this source file are not part of any
    34  * WARNING: The contents of this source file are not part of any
    35  * supported API.  Code that depends on them does so at its own risk:
    35  * supported API.  Code that depends on them does so at its own risk:
    36  * they are subject to change or removal without notice.
    36  * they are subject to change or removal without notice.
    37  */
    37  */