Uses of Class
org.ek9lang.compiler.search.MatchResults
Package
Description
Common parts of processing that can be reused across various phases.
Used primarily to hold structures that are related to searching for symbols.
-
Uses of MatchResults in org.ek9lang.compiler.common
Modifier and TypeMethodDescriptionvoid
ErrorListener.semanticError
(IToken offendingToken, String msg, ErrorListener.SemanticClassification classification, MatchResults results) Create new semantic error.ErrorListener.ErrorDetails.setFuzzySearchResults
(MatchResults fuzzySearchResults) Adds any fuzzy match results, these could be the matches the developer was looking for. -
Uses of MatchResults in org.ek9lang.compiler.search
Modifier and TypeMethodDescriptionMatchResults.add
(MatchResult result) Add a new match result to the set of match results.MethodSymbolSearchResult.toMatchResults()
Converts the results to a list of match results that are ordered by cost and can be displayed.