Package org.ek9lang.compiler.phase3
Class ObjectAccessStartOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.ObjectAccessStartOrError
- All Implemented Interfaces:
Consumer<EK9Parser.ObjectAccessStartContext>
final class ObjectAccessStartOrError
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
ConstructorDescriptionObjectAccessStartOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
ObjectAccessStartOrError
ObjectAccessStartOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<EK9Parser.ObjectAccessStartContext>
-