Exemple #1
0
 public AcceptStateInfo(int prediction, erl.Oracle.TnsNames.Antlr4.Runtime.Atn.LexerActionExecutor lexerActionExecutor)
 {
     this.prediction          = prediction;
     this.lexerActionExecutor = lexerActionExecutor;
 }
Exemple #2
0
 public AcceptStateInfo(int prediction)
 {
     this.prediction          = prediction;
     this.lexerActionExecutor = null;
 }