getCurrentRule method

int getCurrentRule()

Implementation

int getCurrentRule() {
  if (taking_actions) return currentAction;
  throw UnavailableParserInformationException();
}