getNumParams abstract method

int getNumParams()

Gets the number of parameters this function accepts.

A value of -1 denotes that this function accepts a variable number of parameters.

Returns the number of parameters this function accepts.

Implementation

int getNumParams();