Module dev.civl.abc

Interface AssignmentIF


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
where U is a
invalid reference
AssignExpIF
which represents an abstract object.