getIndex abstract method

int getIndex()

Gets the parameter's position in the parameter list.

Returns:

  • Zero-based index in the method's parameter list

Note: Named parameters typically appear after positional parameters in the index order.

Implementation

int getIndex();