Package org.ek9lang.compiler.phase1
Class NotDispatcherMethodOrError
java.lang.Object
org.ek9lang.compiler.phase1.NotDispatcherMethodOrError
- All Implemented Interfaces:
BiConsumer<MethodSymbol,
EK9Parser.MethodDeclarationContext>
final class NotDispatcherMethodOrError
extends Object
implements BiConsumer<MethodSymbol,EK9Parser.MethodDeclarationContext>
Check not dispatcher methods.
-
Constructor Summary
-
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
-
NotDispatcherMethodOrError
NotDispatcherMethodOrError(ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<MethodSymbol,
EK9Parser.MethodDeclarationContext>
-