Lines Matching defs:Integer

242     procedure SetNodeType(const T: IANTLRInterface; const NodeType: Integer);
288 function GetChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; in GetChild()
294 function DeleteChild(const T: IANTLRInterface; const I: Integer): IANTLRInterface; in DeleteChild()
317 procedure SetChildIdex(const T: IANTLRInterface; const Index: 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()
473 function DeleteChild(const I: Integer): IANTLRInterface; in DeleteChild()
481 procedure ReplaceChildren(const StartChildIndex, StopChildIndex: Integer;
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);
726 function Get(const I: Integer): IANTLRInterface; in Get()
728 function LT(const K: Integer): IANTLRInterface; in LT()
733 function LB(const K: Integer): IANTLRInterface; in LB()
739 procedure Push(const Index: Integer);
750 function ToTokenString(const Start, Stop: Integer): String; in ToTokenString()
890 procedure TraceIn(const RuleName: String; const RuleIndex: Integer);
891 procedure TraceOut(const RuleName: String; const RuleIndex: Integer);
907 procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
956 …function Find(const T: IANTLRInterface; const TokenType: Integer): IList<IANTLRInterface>; overloa… in Find()
961 … function FindFirst(const T: IANTLRInterface; const TokenType: Integer): IANTLRInterface; overload; in FindFirst()
973 procedure Visit(const T: IANTLRInterface; const TokenType: Integer;
1141 procedure SetChildIndex(const Value: Integer); virtual;
1145 procedure SetTokenStartIndex(const Value: Integer); virtual; abstract;
1147 procedure SetTokenStopIndex(const Value: Integer); virtual; abstract;
1154 function GetChild(const I: Integer): ITree; virtual; in GetChild()
1156 function DeleteChild(const I: Integer): IANTLRInterface; in DeleteChild()
1158 procedure ReplaceChildren(const StartChildIndex, StopChildIndex: Integer;
1165 procedure FreshenParentAndChildIndexes(const Offset: Integer); overload;
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;
1397 function LA(I: Integer): Integer; virtual; in LA()
1398 function LAChar(I: Integer): Char; in LAChar()
1401 procedure Rewind(const Marker: Integer); overload; virtual;
1403 procedure Release(const Marker: Integer); virtual;
1404 procedure Seek(const Index: Integer); virtual;
1413 function Get(const I: Integer): IANTLRInterface; in Get()
1414 function LT(const K: Integer): IANTLRInterface; in LT()
1426 function LB(const K: Integer): IANTLRInterface; in LB()
1427 procedure Push(const Index: Integer);
1430 function ToTokenString(const Start, Stop: Integer): String; in ToTokenString()
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;
1726 procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
1777 procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
1793 procedure Visit(const T, Parent: IANTLRInterface; const ChildIndex: Integer;
1804 …function Find(const T: IANTLRInterface; const TokenType: Integer): IList<IANTLRInterface>; overloa… in Find()
1806 … function FindFirst(const T: IANTLRInterface; const TokenType: Integer): IANTLRInterface; overload; in FindFirst()
1808 procedure Visit(const T: IANTLRInterface; const TokenType: Integer;
1884 procedure SetCurrentChildIndex(const Value: Integer);
1886 procedure SetAbsoluteNodeIndex(const Value: Integer);
1892 procedure SetNodeStackSize(const Value: Integer);
1924 procedure SetCurrentChildIndex(const Value: Integer);
1926 procedure SetAbsoluteNodeIndex(const Value: Integer);
1932 procedure SetNodeStackSize(const Value: Integer);
2027 function LA(I: Integer): Integer; virtual; in LA()
2028 function LAChar(I: Integer): Char; in LAChar()
2031 procedure Rewind(const Marker: Integer); overload; virtual;
2033 procedure Release(const Marker: Integer); virtual;
2034 procedure Seek(const Index: Integer); virtual;
2042 function Get(const I: Integer): IANTLRInterface; virtual; in Get()
2043 function LT(const K: Integer): IANTLRInterface; virtual; in LT()
2074 procedure Fill(const K: Integer); virtual;
2089 function VisitChild(const Child: Integer): IANTLRInterface; virtual; in VisitChild()
2101 procedure AddNavigationNode(const TokenType: Integer); virtual;
2199 function TBaseTree.DeleteChild(const I: Integer): IANTLRInterface; in TBaseTree.DeleteChild()
2212 procedure TBaseTree.FreshenParentAndChildIndexes(const Offset: Integer);
2236 function TBaseTree.GetChild(const I: Integer): ITree; in TBaseTree.GetChild()
2402 procedure TBaseTree.SetChildIndex(const Value: Integer);
2567 procedure TCommonTree.SetChildIndex(const Value: Integer);
2577 procedure TCommonTree.SetStartIndex(const Value: Integer);
2582 procedure TCommonTree.SetStopIndex(const Value: Integer);
2587 procedure TCommonTree.SetTokenStartIndex(const Value: Integer);
2592 procedure TCommonTree.SetTokenStopIndex(const Value: Integer);
2720 function TBaseTreeAdaptor.CreateNode(const TokenType: Integer; in TBaseTreeAdaptor.CreateNode()
2730 function TBaseTreeAdaptor.CreateNode(const TokenType: Integer; in TBaseTreeAdaptor.CreateNode()
2739 function TBaseTreeAdaptor.CreateNode(const TokenType: Integer; in TBaseTreeAdaptor.CreateNode()
2862 procedure TBaseTreeAdaptor.SetChild(const T: IANTLRInterface; const I: Integer;
2887 function TCommonTreeAdaptor.CreateToken(const TokenType: Integer; in TCommonTreeAdaptor.CreateToken()
3021 procedure TCommonTreeNodeStream.AddNavigationNode(const TokenType: Integer);
3108 function TCommonTreeNodeStream.Get(const I: Integer): IANTLRInterface; in TCommonTreeNodeStream.Get()
3166 function TCommonTreeNodeStream.LA(I: Integer): Integer; in LA()
3171 function TCommonTreeNodeStream.LAChar(I: Integer): Char; in TCommonTreeNodeStream.LAChar()
3176 function TCommonTreeNodeStream.LB(const K: Integer): IANTLRInterface; in LB()
3187 function TCommonTreeNodeStream.LT(const K: Integer): IANTLRInterface; in LT()
3217 procedure TCommonTreeNodeStream.Push(const Index: Integer);
3225 procedure TCommonTreeNodeStream.Release(const Marker: Integer);
3245 procedure TCommonTreeNodeStream.Rewind(const Marker: Integer);
3255 procedure TCommonTreeNodeStream.Seek(const Index: Integer);
3439 procedure TParseTree.SetTokenStartIndex(const Value: Integer);
3444 procedure TParseTree.SetTokenStopIndex(const Value: Integer);
3840 procedure TTreeParser.TraceIn(const RuleName: String; const RuleIndex: Integer);
4243 procedure TTreeWizard.Visit(const T: IANTLRInterface; const TokenType: 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()
4771 procedure TUnBufferedTreeNodeStream.Release(const Marker: Integer);
4796 procedure TUnBufferedTreeNodeStream.Rewind(const Marker: Integer);
4825 procedure TUnBufferedTreeNodeStream.Seek(const Index: Integer);