Class OperationDetailContextOrError
java.lang.Object
org.ek9lang.compiler.phase7.support.OperationDetailContextOrError
- All Implemented Interfaces:
BiFunction<MethodSymbol,
EK9Parser.AggregatePartsContext, EK9Parser.OperationDetailsContext>
public class OperationDetailContextOrError
extends Object
implements BiFunction<MethodSymbol,EK9Parser.AggregatePartsContext,EK9Parser.OperationDetailsContext>
Locates the Operation details context for a method - or throws a compiler exception.
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionapply
(MethodSymbol method, EK9Parser.AggregatePartsContext 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.BiFunction
andThen
-
Constructor Details
-
OperationDetailContextOrError
-
-
Method Details
-
apply
public EK9Parser.OperationDetailsContext apply(MethodSymbol method, EK9Parser.AggregatePartsContext ctx) - Specified by:
apply
in interfaceBiFunction<MethodSymbol,
EK9Parser.AggregatePartsContext, EK9Parser.OperationDetailsContext>
-