• Home
  • Raw
  • Download

Lines Matching defs:text

112             public object text;  field in Antlr.Runtime.TokenRewriteStream.RewriteOperation
122 protected RewriteOperation( TokenRewriteStream stream, int index, object text ) in RewriteOperation()
150 public InsertBeforeOp( TokenRewriteStream stream, int index, object text ) : in InsertBeforeOp()
172 public ReplaceOp( TokenRewriteStream stream, int from, int to, object text ) in ReplaceOp()
268 public virtual void InsertAfter( IToken t, object text ) in InsertAfter()
273 public virtual void InsertAfter( int index, object text ) in InsertAfter()
278 public virtual void InsertAfter( string programName, IToken t, object text ) in InsertAfter()
283 public virtual void InsertAfter( string programName, int index, object text ) in InsertAfter()
289 public virtual void InsertBefore( IToken t, object text ) in InsertBefore()
294 public virtual void InsertBefore( int index, object text ) in InsertBefore()
299 public virtual void InsertBefore( string programName, IToken t, object text ) in InsertBefore()
304 public virtual void InsertBefore( string programName, int index, object text ) in InsertBefore()
312 public virtual void Replace( int index, object text ) in Replace()
317 public virtual void Replace( int from, int to, object text ) in Replace()
322 public virtual void Replace( IToken indexT, object text ) in Replace()
327 public virtual void Replace( IToken from, IToken to, object text ) in Replace()
332 public virtual void Replace( string programName, int from, int to, object text ) in Replace()
344 public virtual void Replace( string programName, IToken from, IToken to, object text ) in Replace()