public override PredictionContext AppendContext(PredictionContext suffix, PredictionContextCache
      contextCache)
 {
     return contextCache.GetChild(parent.AppendContext(suffix, contextCache), returnState
         );
 }
Esempio n. 2
0
 public override PredictionContext AppendContext(int returnContext, PredictionContextCache
      contextCache)
 {
     return contextCache.GetChild(this, returnContext);
 }
Esempio n. 3
0
 public override PredictionContext AppendContext(PredictionContext suffix, PredictionContextCache contextCache)
 {
     return(contextCache.GetChild(parent.AppendContext(suffix, contextCache), returnState));
 }
Esempio n. 4
0
 public override PredictionContext AppendContext(int returnContext, PredictionContextCache
                                                 contextCache)
 {
     return(contextCache.GetChild(this, returnContext));
 }