Class TemplateFunctionSymbolSearch

java.lang.Object
org.ek9lang.compiler.search.SymbolSearch
org.ek9lang.compiler.search.TemplateFunctionSymbolSearch

public final class TemplateFunctionSymbolSearch extends SymbolSearch
A Search for a TEMPLATE of a FUNCTION. But this would not search for hydrated templated types like 'SomeFunction is abstractFunction of Integer' That would have been defined as an actual FUNCTION now (albeit a parameterised one). So you would need to look that up as a FUNCTION.
  • Constructor Details

    • TemplateFunctionSymbolSearch

      public TemplateFunctionSymbolSearch(String name)
    • TemplateFunctionSymbolSearch

      public TemplateFunctionSymbolSearch(TemplateFunctionSymbolSearch from)