Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching defs:Execute

1246   /// Then in the rules, you can execute
2556 /// <summary>Execute the rewrite operation by possibly adding to the buffer.
2559 function Execute(const Buf: TStringBuilder): Integer;
2587 function Execute(const Buf: TStringBuilder): Integer; virtual;
2606 function Execute(const Buf: TStringBuilder): Integer; override;
2627 function Execute(const Buf: TStringBuilder): Integer; override;
6220 // no instructions to execute
6245 I := Op.Execute(Buf); // execute operation and skip
6405 function TTokenRewriteStream.TRewriteOperation.Execute(
6482 function TTokenRewriteStream.TInsertBeforeOp.Execute(
6499 function TTokenRewriteStream.TReplaceOp.Execute(