Package org.ek9lang.compiler.search
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
ConstructorDescriptionMatchResult
(int costOfMatch, ISymbol symbol) Create a new match result of a cost to match for a symbol. -
Method Summary