callLexKeyword method

bool callLexKeyword(
  1. int state
)

Implementation

bool callLexKeyword(int state) =>
    _call(false, (instance) => instance.lexKeyword(state));