scopePrefix method

int scopePrefix(
  1. int index
)

Implementation

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