LexerATNConfig constructor

LexerATNConfig(
  1. ATNState state,
  2. int alt,
  3. PredictionContext context, [
  4. LexerActionExecutor? lexerActionExecutor,
])

Implementation

LexerATNConfig(
  ATNState state,
  int alt,
  PredictionContext context, [
  this.lexerActionExecutor,
]) : super(state, alt, context, EmptySemanticContext.Instance) {
  passedThroughNonGreedyDecision = false;
}