Package org.ek9lang.compiler.search
Class TemplateFunctionSymbolSearch
java.lang.Object
org.ek9lang.compiler.search.SymbolSearch
org.ek9lang.compiler.search.TemplateFunctionSymbolSearch
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 Summary
ConstructorDescription -
Method Summary
Methods inherited from class org.ek9lang.compiler.search.SymbolSearch
addTypeParameter, addTypeParameter, cloneIntoSearchSymbol, getAsSymbol, getName, getOfTypeOrReturn, getSearchType, getTypeParameters, getValidSearchTypes, isAnyValidTypeSearch, isCategoryAcceptable, isLimitToBlocks, setExampleSymbolToMatch, setLimitToBlocks, setOfTypeOrReturn, setOfTypeOrReturn, setSearchType, setTypeParameters, setVetoSearchTypes, toString
-
Constructor Details
-
TemplateFunctionSymbolSearch
-
TemplateFunctionSymbolSearch
-