Lines Matching defs:Integer
347 function Get(const I: Integer): IANTLRInterface; in Get()
361 function LT(const K: Integer): IANTLRInterface; in LT()
445 procedure SetChildIndex(const Value: Integer);
452 procedure SetTokenStartIndex(const Value: Integer);
454 procedure SetTokenStopIndex(const Value: Integer);
461 function GetChild(const I: Integer): ITree; in GetChild()
540 procedure SetChildIndex(const Value: Integer);
545 procedure SetTokenStartIndex(const Value: Integer);
547 procedure SetTokenStopIndex(const Value: Integer);
559 procedure FreshenParentAndChildIndexes(const Offset: Integer);
616 procedure SetStartIndex(const Value: Integer);
618 procedure SetStopIndex(const Value: Integer);
1220 procedure SetTokenStartIndex(const Value: Integer); override;
1222 procedure SetTokenStopIndex(const Value: Integer); override;
1224 procedure SetChildIndex(const Value: Integer); override;
1232 procedure SetStartIndex(const Value: Integer);
1234 procedure SetStopIndex(const Value: Integer);
1287 procedure SetNodeType(const T: IANTLRInterface; const NodeType: Integer); virtual;
1295 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; virtual; in GetChild()
1297 function DeleteChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; virtual; in DeleteChild()
1302 procedure SetChildIdex(const T: IANTLRInterface; const Index: Integer); virtual; abstract;
1326 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; override; in GetChild()
1331 procedure SetChildIdex(const T: IANTLRInterface; const Index: Integer); override;
1443 procedure AddNavigationNode(const TokenType: Integer);
1470 procedure SetTokenStartIndex(const Value: Integer); override;
1472 procedure SetTokenStopIndex(const Value: Integer); override;
1640 …procedure TraceIn(const RuleName: String; const RuleIndex: Integer); reintroduce; overload; virtua…
1641 …procedure TraceOut(const RuleName: String; const RuleIndex: Integer); reintroduce; overload; virtu…
1647 procedure Mismatch(const Input: IIntStream; const TokenType: Integer;
3840 procedure TTreeParser.TraceIn(const RuleName: String; const RuleIndex: Integer);
4531 procedure TUnBufferedTreeNodeStream.AddNavigationNode(const TokenType: Integer);
4586 procedure TUnBufferedTreeNodeStream.Fill(const K: Integer);
4595 function TUnBufferedTreeNodeStream.Get(const I: Integer): IANTLRInterface; in TUnBufferedTreeNodeStream.Get()
4652 function TUnBufferedTreeNodeStream.LA(I: Integer): Integer; in LA()
4663 function TUnBufferedTreeNodeStream.LAChar(I: Integer): Char; in TUnBufferedTreeNodeStream.LAChar()
4676 function TUnBufferedTreeNodeStream.LT(const K: Integer): IANTLRInterface; in TUnBufferedTreeNodeStream.LT()