Package org.ek9lang.compiler.search
Class PossibleMatchingMethods
java.lang.Object
org.ek9lang.compiler.search.PossibleMatchingMethods
- All Implemented Interfaces:
Function<MethodSearchInScope,
List<MethodSymbol>>
public class PossibleMatchingMethods
extends Object
implements Function<MethodSearchInScope,List<MethodSymbol>>
Just uses the name of a method in the search, to get a list of all possible method name.
-
Constructor Details
-
PossibleMatchingMethods
public PossibleMatchingMethods()
-
-
Method Details
-
apply
- Specified by:
apply
in interfaceFunction<MethodSearchInScope,
List<MethodSymbol>>
-