public interface AssignmentTree extends ExpressionTree
variable = 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, getStartPositionExpressionTree getVariable()
ExpressionTree getExpression()
Copyright © 2014, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-04-14-195246.buildd.src