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