ExpressionTree, Treepublic interface CompoundAssignmentTree extends ExpressionTree
getKind to determine the kind of operator.
For example:
variable operator expression
| Modifier and Type | Method | Description |
|---|---|---|
ExpressionTree |
getExpression() |
Returns the right hand side (RHS) of this assignment.
|
ExpressionTree |
getVariable() |
Returns the left hand side (LHS) of this assignment.
|
accept, getEndPosition, getKind, getStartPositionExpressionTree getVariable()
ExpressionTree getExpression()
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b143-1ubuntu1