public interface AssignmentIF
An abstract representation of one of the following assignments:
- BASE: U = invalid input: '&U'
- SIMPLE: U = U
- COMPLEX_LD: *U = U
- COMPLEX_RD: U = *U
invalid reference
AssignExpIF
-
Method Details
-
lhs
AssignExprIF lhs() -
rhs
AssignExprIF rhs()- Returns:
- the right-hand side abstraction
-
kind
AssignmentIF.AssignmentKind kind()- Returns:
- kind
-