findIndexByName abstract method

int findIndexByName(
  1. String name
)

Finds variable index in the list by it's name.

  • name The variable name to be found. Returns Variable index in the list or -1 if variable was not found.

Implementation

int findIndexByName(String name);