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