terminalIndex method

int terminalIndex(
  1. int index
)

Implementation

int terminalIndex(int index) {
  return prs.terminalIndex(index);
}