コード例 #1
0
ファイル: AcceptStateInfo.cs プロジェクト: radtek/TnsNames
 public AcceptStateInfo(int prediction, erl.Oracle.TnsNames.Antlr4.Runtime.Atn.LexerActionExecutor lexerActionExecutor)
 {
     this.prediction          = prediction;
     this.lexerActionExecutor = lexerActionExecutor;
 }
コード例 #2
0
ファイル: AcceptStateInfo.cs プロジェクト: radtek/TnsNames
 public AcceptStateInfo(int prediction)
 {
     this.prediction          = prediction;
     this.lexerActionExecutor = null;
 }