getParameterizedSignaturesFromInitialization
fun getParameterizedSignaturesFromInitialization(initialization: Map<Declaration?, Node?>): Map<ParameterizedType, TypeParameterDeclaration>
Gets all ParameterizedTypes from the initialization signature
Return
mapping of the parameterized types to the corresponding TypeParameterDeclaration in the template
Parameters
initialization
mapping of the declaration of the template parameters to the explicit values the template is instantiated with