public interface CompoundAssignmentTree extends ExpressionTree
getKind
to determine the kind of operator.
For example:
variable operator expression
Modifier and Type | Method and 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, getStartPosition
ExpressionTree getVariable()
ExpressionTree getExpression()
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-08-08-112313.buildd.src