Class TraitMethodAcceptableOrError
java.lang.Object
org.ek9lang.compiler.common.TraitMethodAcceptableOrError
- All Implemented Interfaces:
BiConsumer<MethodSymbol, EK9Parser.OperationDetailsContext>
public class TraitMethodAcceptableOrError
extends Object
implements BiConsumer<MethodSymbol, EK9Parser.OperationDetailsContext>
Check trait specifics on methods/operators.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidaccept(MethodSymbol method, EK9Parser.OperationDetailsContext ctx) Methods inherited from class Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiConsumer
andThen
-
Constructor Details
-
TraitMethodAcceptableOrError
Create new.
-
-
Method Details
-
accept
- Specified by:
acceptin interfaceBiConsumer<MethodSymbol, EK9Parser.OperationDetailsContext>
-