Class CheckVariableAssignment

All Implemented Interfaces:
Consumer<EK9Parser.VariableDeclarationContext>

final class CheckVariableAssignment extends TypedSymbolAccess implements Consumer<EK9Parser.VariableDeclarationContext>
Checks on the assignment during a declaration.
   identifier AS? typeDef QUESTION? (ASSIGN | ASSIGN2 | COLON | MERGE | ASSIGN_UNSET) assignmentExpression
   identifier LEFT_ARROW assignmentExpression