Interface ICPPTemplateTypeParameter

    • Method Detail

      • isSameType

        boolean isSameType​(IType type)
        Types containing template parameters need to be compared even before it is known to which binding the template parameter belongs to. Therefore isSameType(IType) compares the kind and the parameter position of the template parameter, only. The name and the owner is ignored.
        Specified by:
        isSameType in interface IType
        Parameters:
        type - can be null.
        Since:
        5.1