Interface IResolvedConstructor

    • Method Detail

      • getTypeParameters

        java.util.List<org.eclipse.xtext.common.types.JvmTypeParameter> getTypeParameters()
        Returns the list of declared type parameters of the constructor. This is not the list of type parameters on the type that declares this constructor.
        Specified by:
        getTypeParameters in interface IResolvedExecutable
        Returns:
        the list of declared type parameters.