Beispiel #1
0
 public void SetUp()
 {
     _contextCache = new PredictionContextCache();
 }
Beispiel #2
0
 public void ClosureHelper(ATNConfigSet sourceConfigs, ATNConfigSet configs, bool collectPredicates, bool hasMoreContext, PredictionContextCache contextCache, bool treatEofAsEpsilon)
 {
     Closure(sourceConfigs, configs, collectPredicates, hasMoreContext, contextCache, treatEofAsEpsilon);
 }