scopeRhs method

int scopeRhs(
  1. int index
)

Implementation

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