コード例 #1
0
ファイル: TestGraphNodes.cs プロジェクト: sunfirefox/antlr4cs
 public void SetUp()
 {
     _contextCache = new PredictionContextCache();
 }
コード例 #2
0
 public void ClosureHelper(ATNConfigSet sourceConfigs, ATNConfigSet configs, bool collectPredicates, bool hasMoreContext, PredictionContextCache contextCache, bool treatEofAsEpsilon)
 {
     Closure(sourceConfigs, configs, collectPredicates, hasMoreContext, contextCache, treatEofAsEpsilon);
 }