Class MatchResult
java.lang.Object
org.ek9lang.compiler.search.MatchResult
There are times when it is necessary to compare a range of symbols to see
which is the best match. this is normally when the compiler cannot find a symbol
and needs to provide some suggestions for the developer.
-
Constructor Summary
ConstructorsConstructorDescriptionMatchResult
(int costOfMatch, ISymbol symbol) Create a new match result of a cost to match for a symbol. -
Method Summary
-
Constructor Details
-
MatchResult
Create a new match result of a cost to match for a symbol.
-
-
Method Details
-
getComparator
-
getSymbol
-
getBestWeight
public int getBestWeight() -
toString
-