hasActions method

bool hasActions(
  1. int state,
  2. int symbol
)

Exact ts_language_has_actions nonzero-table-value predicate.

Implementation

bool hasActions(int state, int symbol) => lookup(state, symbol) != 0;