getAllParameterizedType

@NotNull
open fun getAllParameterizedType(templateDeclaration: TemplateDeclaration): @NotNull List<ParameterizedType>

Return

List containing all ParameterizedTypes the templateDeclaration defines. If the templateDeclaration is not registered, an empty list is returned.

Parameters

templateDeclaration