Uses of Record Class
org.ek9lang.compiler.support.DispatcherWinner.Selection
Packages that use DispatcherWinner.Selection
-
Uses of DispatcherWinner.Selection in org.ek9lang.compiler.support
Methods in org.ek9lang.compiler.support that return types with arguments of type DispatcherWinner.SelectionModifier and TypeMethodDescriptionstatic Optional<DispatcherWinner.Selection> DispatcherWinner.forParam(ISymbol concreteType, int paramIndex, List<MethodSymbol> handlers) The winning handler for a concrete type at one parameter position.static Optional<DispatcherWinner.Selection> DispatcherWinner.forParamPair(ISymbol type0, ISymbol type1, List<MethodSymbol> handlers) The winning handler for a pair of concrete types across the first two parameters.