Lines Matching refs:instructionIndex
109 public int instructionIndex; field in Antlr.Runtime.TokenRewriteStream.RewriteOperation
233 public virtual void Rollback( int instructionIndex ) in Rollback() argument
235 Rollback( DEFAULT_PROGRAM_NAME, instructionIndex ); in Rollback()
244 public virtual void Rollback( string programName, int instructionIndex ) in Rollback() argument
250 for ( int i = MIN_TOKEN_INDEX; i <= instructionIndex; i++ ) in Rollback()
308 op.instructionIndex = rewrites.Count; in InsertBefore()
340 op.instructionIndex = rewrites.Count; in Replace()
587 rewrites[iop.instructionIndex] = null; in ReduceToSingleOperationPerIndex()
593 rewrites[iop.instructionIndex] = null; in ReduceToSingleOperationPerIndex()
604 rewrites[prevRop.instructionIndex] = null; in ReduceToSingleOperationPerIndex()
617 rewrites[prevRop.instructionIndex] = null; // kill first delete in ReduceToSingleOperationPerIndex()
650 rewrites[prevIop.instructionIndex] = null; in ReduceToSingleOperationPerIndex()