Uses of Class
org.ek9lang.compiler.search.MatchResult
Packages that use MatchResult
Package
Description
Used primarily to hold structures that are related to searching for symbols.
-
Uses of MatchResult in org.ek9lang.compiler.search
Methods in org.ek9lang.compiler.search that return types with arguments of type MatchResultModifier and TypeMethodDescriptionstatic Comparator
<MatchResult> MatchResult.getComparator()
MatchResults.iterator()
An iterator of the results in order of best match.MatchResults.list()
Provide a list of the results in priority order.Methods in org.ek9lang.compiler.search with parameters of type MatchResultModifier and TypeMethodDescriptionMatchResults.add
(MatchResult result) Add a new match result to the set of match results.