@Exported 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, getStartPosition
ExpressionTree getVariable()
ExpressionTree getExpression()
Copyright © 2014, 2015, Oracle and/or its affiliates. All rights reserved.