Lines Matching defs:Integer
77 function LA(I: Integer): Integer; in LA()
78 function LAChar(I: Integer): Char; in LAChar()
210 function Substring(const Start, Stop: Integer): String; in Substring()
233 procedure SetTokenType(const Value: Integer);
235 procedure SetLine(const Value: Integer);
237 procedure SetCharPositionInLine(const Value: Integer);
239 procedure SetChannel(const Value: Integer);
241 procedure SetTokenIndex(const Value: Integer);
445 procedure Add(const El: Integer);
450 procedure GrowToInclude(const Bit: Integer);
454 function Member(const El: Integer): Boolean; in Member()
457 procedure Remove(const El: Integer);
494 procedure SetFollowingStackPointer(const Value: Integer);
498 procedure SetLastErrorIndex(const Value: Integer);
502 procedure SetSyntaxErrors(const Value: Integer);
504 procedure SetBacktracking(const Value: Integer);
507 procedure SetRuleMemoCount(const Value: Integer);
511 procedure SetTokenStartCharIndex(const Value: Integer);
513 procedure SetTokenStartLine(const Value: Integer);
515 procedure SetTokenStartCharPositionInLine(const Value: Integer);
517 procedure SetChannel(const Value: Integer);
519 procedure SetTokenType(const Value: Integer);
660 procedure SetTokenType(const Value: Integer);
662 procedure SetLine(const Value: Integer);
664 procedure SetCharPositionInLine(const Value: Integer);
666 procedure SetChannel(const Value: Integer);
668 procedure SetTokenIndex(const Value: Integer);
702 procedure BeginBacktrack(const Level: Integer);
817 procedure ConsumeUntil(const Input: IIntStream; const TokenType: Integer); overload;
1095 procedure Match(const C: Integer); overload;
1097 procedure MatchRange(const A, B: Integer);
1598 procedure SetP(const Value: Integer);
1600 procedure SetLine(const Value: Integer);
1602 procedure SetCharPositionInLine(const Value: Integer);
1652 function LA(I: Integer): Integer; virtual; in LA()
1653 function LAChar(I: Integer): Char; in LAChar()
1657 procedure Rewind(const Marker: Integer); overload; virtual;
1659 procedure Release(const Marker: Integer); virtual;
1660 procedure Seek(const Index: Integer); virtual;
1666 procedure SetLine(const Value: Integer); virtual;
1668 procedure SetCharPositionInLine(const Value: Integer); virtual;
1669 function LT(const I: Integer): Integer; virtual; in LT()
1670 function Substring(const Start, Stop: Integer): String; virtual; in Substring()
2023 procedure Mismatch(const Input: IIntStream; const TokenType: Integer;
2249 procedure BeginBacktrack(const Level: Integer); virtual;
2252 function Match(const Input: IIntStream; const TokenType: Integer; in Match()
2272 procedure ConsumeUntil(const Input: IIntStream; const TokenType: Integer); overload; virtual;
2278 function GetRuleMemoization(const RuleIndex, RuleStartIndex: Integer): Integer; virtual; in GetRuleMemoization()
2285 procedure TraceIn(const RuleName: String; const RuleIndex: Integer;
2287 procedure TraceOut(const RuleName: String; const RuleIndex: Integer;
2616 procedure SetLastIndex(const Value: Integer);
2631 procedure SetLastIndex(const Value: Integer);
2633 constructor Create(const AStart, AStop: Integer;
2953 constructor EMismatchedTokenException.Create(const AExpecting: Integer;
2990 constructor EMissingTokenException.Create(const AExpecting: Integer;
3016 constructor EMismatchedTreeNodeException.Create(const AExpecting: Integer;
3053 constructor EEarlyExitException.Create(const ADecisionNumber: Integer;
3100 constructor EMismatchedRangeException.Create(const AA, AB: Integer;
3131 procedure TCharStreamState.SetCharPositionInLine(const Value: Integer);
3136 procedure TCharStreamState.SetLine(const Value: Integer);
3141 procedure TCharStreamState.SetP(const Value: Integer);
3218 function TANTLRStringStream.LA(I: Integer): Integer; in LA()
3240 function TANTLRStringStream.LAChar(I: Integer): Char; in TANTLRStringStream.LAChar()
3245 function TANTLRStringStream.LT(const I: Integer): Integer; in LT()
3276 procedure TANTLRStringStream.Release(const Marker: Integer);
3292 procedure TANTLRStringStream.Rewind(const Marker: Integer);
3309 procedure TANTLRStringStream.Seek(const Index: Integer);
4296 procedure TBaseRecognizer.EndBacktrack(const Level: Integer;
5478 procedure TLexer.Match(const C: Integer);
5502 procedure TLexer.MatchRange(const A, B: Integer);
5605 procedure TLexer.TraceIn(const RuleName: String; const RuleIndex: Integer);
5614 procedure TLexer.TraceOut(const RuleName: String; const RuleIndex: Integer);
5695 procedure TParser.TraceIn(const RuleName: String; const RuleIndex: Integer);
5700 procedure TParser.TraceOut(const RuleName: String; const RuleIndex: Integer);
5835 procedure TTokenRewriteStream.Delete(const Start, Stop: Integer);
5840 procedure TTokenRewriteStream.Delete(const Index: Integer);
5942 procedure TTokenRewriteStream.InsertAfter(const Index: Integer;
5948 procedure TTokenRewriteStream.InsertBefore(const Index: Integer;
6114 procedure TTokenRewriteStream.Replace(const Index: Integer;
6120 procedure TTokenRewriteStream.Replace(const Start, Stop: Integer;
6126 procedure TTokenRewriteStream.Rollback(const InstructionIndex: Integer);
6153 function TTokenRewriteStream.ToDebugString(const Start, Stop: Integer): String; in ToDebugString()