File
Doc
Category
Size
Date
Package
CompoundAssignmentTree.java
API Doc
Java SE 6 API
868
Tue Jun 10 00:23:24 BST 2008
com.sun.source.tree
CompoundAssignmentTree
public interface CompoundAssignmentTree implements ExpressionTree
A tree node for compound assignment operator. Use {@link #getKind getKind} to determine the kind of operator. For example:
variable
operator
expression
see
"The Java Language Specification, 3rd ed, section 15.26.2"
author
Peter von der Ahé
author
Jonathan Gibbons
since
1.6
Fields Summary
Constructors Summary
Methods Summary
public
com.sun.source.tree.ExpressionTree
getExpression
()
public
com.sun.source.tree.ExpressionTree
getVariable
()
Java Code Source