@Exported public interface AssignmentTree extends ExpressionTree
variable = expression
Modifier and Type | Method and Description |
---|---|
ExpressionTree |
getExpression() |
ExpressionTree |
getVariable() |
accept, getEndPosition, getKind, getStartPosition
ExpressionTree getVariable()
ExpressionTree getExpression()