DecisionEventInfo constructor

DecisionEventInfo(
  1. int decision,
  2. ATNConfigSet? configs,
  3. TokenStream input,
  4. int startIndex,
  5. int stopIndex,
  6. bool fullCtx,
)

Implementation

DecisionEventInfo(
  this.decision,
  this.configs,
  this.input,
  this.startIndex,
  this.stopIndex,
  this.fullCtx,
);