ExpressionTree
, Tree
public interface AssignmentTree extends ExpressionTree
variable = expression
Modifier and Type | Method | 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-Ubuntu+0-9b144-1