Uses of Class
org.ek9lang.compiler.search.MatchResult
Package
Description
Used primarily to hold structures that are related to searching for symbols.
-
Uses of MatchResult in org.ek9lang.compiler.search
Modifier 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.Modifier and TypeMethodDescriptionMatchResults.add
(MatchResult result) Add a new match result to the set of match results.