Class ObjectAccessStartOrError

All Implemented Interfaces:
Consumer<EK9Parser.ObjectAccessStartContext>

final class ObjectAccessStartOrError extends TypedSymbolAccess implements Consumer<EK9Parser.ObjectAccessStartContext>
Checks the object access start for uninitialised variable usage. The grammar allows: primaryReference | identifier | call When the start is an identifier (a variable), it must be checked for initialisation. This complements IdentifierReferenceOrError which only fires on identifierReference nodes.