Class ImplementationPresentOrError
java.lang.Object
org.ek9lang.compiler.phase1.ImplementationPresentOrError
- All Implemented Interfaces:
BiConsumer<ISymbol,
EK9Parser.MethodDeclarationContext>
final class ImplementationPresentOrError
extends Object
implements BiConsumer<ISymbol,EK9Parser.MethodDeclarationContext>
Typically used with programs. cannot be abstract and so must always provide some form of implementation.
Unless it is in an external module - then it just exists there - and could actually be called.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoid
accept
(ISymbol aggregate, 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
-
ImplementationPresentOrError
ImplementationPresentOrError(ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
accept
in interfaceBiConsumer<ISymbol,
EK9Parser.MethodDeclarationContext>
-