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 TypeMethodDescriptionvoidaccept(ISymbol aggregate, EK9Parser.MethodDeclarationContext ctx) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThen
-
Constructor Details
-
ImplementationPresentOrError
ImplementationPresentOrError(ErrorListener errorListener)
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<ISymbol, EK9Parser.MethodDeclarationContext>
-