Class VariableAssignmentOrError

All Implemented Interfaces:
Consumer<EK9Parser.VariableDeclarationContext>

final class VariableAssignmentOrError extends TypedSymbolAccess implements Consumer<EK9Parser.VariableDeclarationContext>
Checks on the assignment during a declaration and emits an error if not valid.
  identifier AS? typeDef QUESTION? (ASSIGN | ASSIGN2 | COLON | MERGE | ASSIGN_UNSET) assignmentExpression
  identifier LEFT_ARROW assignmentExpression