scopeSuffix method

int scopeSuffix(
  1. int index
)

Implementation

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