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.