ExpressionTree
, Tree
public interface AssignmentTree extends ExpressionTree
variable = expression
Modifier and Type | Method | 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, 2016, Oracle and/or its affiliates. All rights reserved.
DRAFT 9-Ubuntu+0-9b139-1