isNullable method

bool isNullable(
  1. int symbol
)

Implementation

bool isNullable(int symbol) {
  return prs.isNullable(symbol);
}