public interface AssignmentTree extends ExpressionTree
variable = expression
Modifier and Type | Method and Description |
---|---|
ExpressionTree |
getExpression()
Returns the expression being assigned to the variable.
|
ExpressionTree |
getVariable()
Returns the variable being assigned to.
|
ExpressionTree getVariable()
ExpressionTree getExpression()
Copyright © 2005, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-internal+0-2016-08-08-112313.buildd.src