Package org.ek9lang.compiler.search
package org.ek9lang.compiler.search
Used primarily to hold structures that are related to searching for symbols.
-
ClassDescriptionSearch for a symbol of any category with the matching name.Search for a symbol of any types category with the matching name.Search just for a matching function by name.There are times when it is necessary to compare a range of symbols to see which is the best match.An initial stuff for match results.Simple record tuple to combine the scope to be searched and the method signature to be searched for.Quite a few option to a method search.Models a set of result for a search for methods.Just uses the name of a method in the search, to get a list of all possible method name.To be used to search for symbols in a Symbol table.A Search for a TEMPLATE of a FUNCTION.A Search for a TEMPLATE of a TYPE like a CLASS.A Search for a concrete actual TYPE like a RECORD or a CLASS for example.When searching for methods, this will be a weighted result of how well a method matched.