Class AssignmentStatementOrError

All Implemented Interfaces:
Consumer<EK9Parser.AssignmentStatementContext>

final class AssignmentStatementOrError extends TypedSymbolAccess implements Consumer<EK9Parser.AssignmentStatementContext>
Used in the full resolution phase to check assignments. This is a little more complex than it looks. It is important to check 'pure', incoming and returning arguments and also allowing certain operations when in a constructor on an aggregate.