public interface AssignmentExpression extends Expression
[JLS3:15.26] Assignment Operators
Modifier and Type | Method and Description |
---|---|
Expression |
getLeftHandSide()
Returns the left hand side term.
|
InfixOperator |
getOperator()
Returns the simple assignment operator, or an infix operator for compound assignment expression.
|
Expression |
getRightHandSide()
Returns the right hand side term.
|
accept, equals, findModelTrait, getModelKind, hashCode, putModelTrait
Expression getLeftHandSide()
InfixOperator getOperator()
Expression getRightHandSide()
Copyright © 2011–2019 Asakusa Framework Team. All rights reserved.