com.sun.source.tree
Interface CompoundAssignmentTree
- All Superinterfaces:
- ExpressionTree, Tree
public interface CompoundAssignmentTree
- extends ExpressionTree
A tree node for compound assignment operator.
Use getKind
to determine the kind of operator.
For example:
variable operator expression
- Since:
- 1.6
- See Also:
- "The Java Language Specification, 3rd ed, section 15.26.2"
Nested classes/interfaces inherited from interface com.sun.source.tree.Tree |
Tree.Kind |
getVariable
ExpressionTree getVariable()
getExpression
ExpressionTree getExpression()
Submit a bug or feature Copyright 2010 Sun Microsystems, Inc. All rights reserved. Use is subject to the terms of the GNU General Public License.