@Exported 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, 2015, Oracle and/or its affiliates. All rights reserved.
DRAFT internal-b87