D - the destination typepublic interface Assignment<D extends Expression>
| Modifier and Type | Method and Description |
|---|---|
D |
getAssignmentDest()
Get assignment destination.
|
Expression |
getAssignmentSource()
Get the assignment source.
|
D getAssignmentDest()
Expression getAssignmentSource()