ATNConfig constructor

ATNConfig(
  1. ATNState state,
  2. int alt,
  3. PredictionContext? context, [
  4. SemanticContext semanticContext = EmptySemanticContext.Instance,
])

Implementation

ATNConfig(
  this.state,
  this.alt,
  this.context, [
  this.semanticContext = EmptySemanticContext.Instance,
]) : reachesIntoOuterContext = 0;