termCheck method

int termCheck(
  1. int index
)

Implementation

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