Package org.ek9lang.compiler.phase3
Class ValidFunctionAbstractnessOrError
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.common.TypedSymbolAccess
org.ek9lang.compiler.phase3.ValidFunctionAbstractnessOrError
- All Implemented Interfaces:
Consumer<FunctionSymbol>
final class ValidFunctionAbstractnessOrError
extends TypedSymbolAccess
implements Consumer<FunctionSymbol>
Checks if a function extends another function and if it is abstract.
Errors if this configuration does not make sense.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolsAndScopes
-
Constructor Summary
ConstructorDescriptionValidFunctionAbstractnessOrError
(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener) -
Method Summary
Methods inherited from class org.ek9lang.compiler.common.TypedSymbolAccess
getRecordedAndTypedSymbol, isProcessingScopePure, recordATypedSymbol
-
Constructor Details
-
ValidFunctionAbstractnessOrError
ValidFunctionAbstractnessOrError(SymbolsAndScopes symbolsAndScopes, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceConsumer<FunctionSymbol>
-