| java.lang.Object | ||||
| ↳ | sun.tools.tree.Node | |||
| ↳ | sun.tools.tree.Expression | |||
| ↳ | sun.tools.tree.UnaryExpression | |||
| ↳ | sun.tools.tree.ExprExpression | |||
Parenthesised expressions. WARNING: The contents of this source file are not part of any supported API. Code that depends on them does so at its own risk: they are subject to change or removal without notice.
| [Expand] Inherited Fields | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|  From interface
sun.tools.java.Constants 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  From interface
sun.tools.java.RuntimeConstants 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Constructor
 | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Check the expression if it appears as an lvalue. | |||||||||||
| Check a condition. | |||||||||||
| Delegate to our subexpression. | |||||||||||
| Return the constant value. | |||||||||||
| Check if the expression cannot be a null reference. | |||||||||||
| Check if the expression must be a null reference. | |||||||||||
| Protected Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Delegate to our subexpression. | |||||||||||
| [Expand] Inherited Methods | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
|  From class
  sun.tools.tree.UnaryExpression 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  From class
  sun.tools.tree.Expression 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  From class
  sun.tools.tree.Node 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
|  From class
  java.lang.Object 
 | |||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
Check the expression if it appears as an lvalue. We just pass it on to our unparenthesized subexpression. (Part of fix for 4090372)
Check a condition. We must pass it on to our unparenthesised form.
Delegate to our subexpression. (Part of fix for 4090372)
Check if the expression cannot be a null reference.
Check if the expression must be a null reference.
Delegate to our subexpression. See the comment in AddExpression#inlineValueSB() for information about this method.