Package org.ek9lang.compiler.phase3
Class CheckParameterTypesExactMatch
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.CheckParameterTypesExactMatch
- All Implemented Interfaces:
Consumer<ParametersCheckData>
final class CheckParameterTypesExactMatch
extends TypedSymbolAccess
implements Consumer<ParametersCheckData>
Checks the number and types of the two sets of parameter list match exactly.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorsConstructorDescriptionCheckParameterTypesExactMatch
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
CheckParameterTypesExactMatch
CheckParameterTypesExactMatch(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<ParametersCheckData>
-