Member predicate CallSignatureType::getParameter
Gets the type of the nth parameter declared in this signature.
If the nth parameter is a rest parameter ...T[], gets type T.
Type getParameter(int n)Gets the type of the nth parameter declared in this signature.
If the nth parameter is a rest parameter ...T[], gets type T.
Type getParameter(int n)