Package org.ek9lang.compiler.phase3
Class ProcessObjectAccessStartOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.ProcessObjectAccessStartOrError
- All Implemented Interfaces:
Consumer<EK9Parser.ObjectAccessStartContext>
final class ProcessObjectAccessStartOrError
extends TypedSymbolAccess
implements Consumer<EK9Parser.ObjectAccessStartContext>
Processes the Object Access start, this is the start of chained method/function calls.
Emits errors if resolution fails or if types are not resolved.
objectAccessStart : (primaryReference | identifier | call)
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorsConstructorDescriptionProcessObjectAccessStartOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
ProcessObjectAccessStartOrError
ProcessObjectAccessStartOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<EK9Parser.ObjectAccessStartContext>
-