Package org.ek9lang.compiler.phase3
Class LhsAndRhsAssignmentOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.LhsAndRhsAssignmentOrError
- All Implemented Interfaces:
Consumer<AssignmentData>
final class LhsAndRhsAssignmentOrError
extends TypedSymbolAccess
implements Consumer<AssignmentData>
Checks the left hand side and the right hand side for assignment compatibility.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionLhsAndRhsAssignmentOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
LhsAndRhsAssignmentOrError
LhsAndRhsAssignmentOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<AssignmentData>
-