Home
last modified time | relevance | path

Searched refs:InstructionIndex (Results 1 – 1 of 1) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1273 procedure Rollback(const InstructionIndex: Integer); overload;
1280 const InstructionIndex: Integer); overload;
2562 property InstructionIndex: Integer read GetInstructionIndex write SetInstructionIndex; property
2666 procedure Rollback(const InstructionIndex: Integer); overload; virtual;
2668 const InstructionIndex: Integer); overload; virtual;
6000 Op.InstructionIndex := Rewrites.Count;
6031 Rewrites[IOp.InstructionIndex] := nil;
6043 Rewrites[PrevROp.InstructionIndex] := nil;
6076 Rewrites[PrevIOp.InstructionIndex] := nil;
6126 procedure TTokenRewriteStream.Rollback(const InstructionIndex: Integer);
[all …]