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 Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface BiFunction
andThen
-
Constructor Details
-
OperationDetailContextOrError
-
-
Method Details
-
apply
public EK9Parser.OperationDetailsContext apply(MethodSymbol method, EK9Parser.AggregatePartsContext ctx) - Specified by:
applyin interfaceBiFunction<MethodSymbol, EK9Parser.AggregatePartsContext, EK9Parser.OperationDetailsContext>
-