Package org.ek9lang.compiler.phase1
Class CommonMethodChecks
java.lang.Object
org.ek9lang.compiler.common.RuleSupport
org.ek9lang.compiler.phase1.CommonMethodChecks
- All Implemented Interfaces:
BiConsumer<MethodSymbol,
EK9Parser.MethodDeclarationContext>
final class CommonMethodChecks
extends RuleSupport
implements BiConsumer<MethodSymbol,EK9Parser.MethodDeclarationContext>
Check Methods that apply in all method contexts.
-
Field Summary
Fields inherited from class org.ek9lang.compiler.common.RuleSupport
errorListener, symbolAndScopeManagement
-
Constructor Summary
ConstructorsConstructorDescriptionCommonMethodChecks
(SymbolAndScopeManagement symbolAndScopeManagement, ErrorListener errorListener) -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(MethodSymbol method, EK9Parser.MethodDeclarationContext ctx) Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface java.util.function.BiConsumer
andThen
-
Constructor Details
-
CommonMethodChecks
CommonMethodChecks(SymbolAndScopeManagement symbolAndScopeManagement, ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<MethodSymbol,
EK9Parser.MethodDeclarationContext>
-