Lines Matching defs:IANTLRInterface
131 procedure AddChild(const T, Child: IANTLRInterface);
162 function BecomeRoot(const NewRoot, OldRoot: IANTLRInterface): IANTLRInterface; overload; in BecomeRoot()
178 function RulePostProcessing(const Root: IANTLRInterface): IANTLRInterface; in RulePostProcessing()
369 function ToString(const Start, Stop: IANTLRInterface): String; overload; in ToString()
641 function DupTree(const Tree: IANTLRInterface): IANTLRInterface; overload; in DupTree()
642 function DupTree(const T, Parent: IANTLRInterface): IANTLRInterface; overload; in DupTree()
1026 function Equals(const T1, T2: IANTLRInterface): Boolean; overload; in Equals()
1271 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface; virtual; abstract; in DupNode()
1272 function DupTree(const Tree: IANTLRInterface): IANTLRInterface; overload; virtual; in DupTree()
1276 function IsNil(const Tree: IANTLRInterface): Boolean; virtual; in IsNil()
1277 procedure AddChild(const T, Child: IANTLRInterface); virtual;
1278 … function BecomeRoot(const NewRoot, OldRoot: IANTLRInterface): IANTLRInterface; overload; virtual; in BecomeRoot()
1279 function RulePostProcessing(const Root: IANTLRInterface): IANTLRInterface; virtual; in RulePostProcessing()
1280 function GetUniqueID(const Node: IANTLRInterface): Integer; in GetUniqueID()
1281 …function BecomeRoot(const NewRoot: IToken; const OldRoot: IANTLRInterface): IANTLRInterface; overl… in BecomeRoot()
1286 function GetNodeType(const T: IANTLRInterface): Integer; virtual; in GetNodeType()
1288 function GetNodeText(const T: IANTLRInterface): String; virtual; in GetNodeText()
1290 function GetToken(const TreeNode: IANTLRInterface): IToken; virtual; abstract; in GetToken()
1293 function GetTokenStartIndex(const T: IANTLRInterface): Integer; virtual; abstract; in GetTokenStartIndex()
1294 function GetTokenStopIndex(const T: IANTLRInterface): Integer; virtual; abstract; in GetTokenStopIndex()
1296 …procedure SetChild(const T: IANTLRInterface; const I: Integer; const Child: IANTLRInterface); virt…
1298 function GetChildCount(const T: IANTLRInterface): Integer; virtual; in GetChildCount()
1299 function GetParent(const T: IANTLRInterface): IANTLRInterface; virtual; abstract; in GetParent()
1300 procedure SetParent(const T, Parent: IANTLRInterface); virtual; abstract;
1301 function GetChildIndex(const T: IANTLRInterface): Integer; virtual; abstract; in GetChildIndex()
1307 function DupTree(const T, Parent: IANTLRInterface): IANTLRInterface; overload; virtual; in DupTree()
1317 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface; override; in DupNode()
1321 function GetTokenStartIndex(const T: IANTLRInterface): Integer; override; in GetTokenStartIndex()
1322 function GetTokenStopIndex(const T: IANTLRInterface): Integer; override; in GetTokenStopIndex()
1323 function GetNodeText(const T: IANTLRInterface): String; override; in GetNodeText()
1324 function GetToken(const TreeNode: IANTLRInterface): IToken; override; in GetToken()
1325 function GetNodeType(const T: IANTLRInterface): Integer; override; in GetNodeType()
1327 function GetChildCount(const T: IANTLRInterface): Integer; override; in GetChildCount()
1328 function GetParent(const T: IANTLRInterface): IANTLRInterface; override; in GetParent()
1329 procedure SetParent(const T, Parent: IANTLRInterface); override;
1330 function GetChildIndex(const T: IANTLRInterface): Integer; override; in GetChildIndex()
1449 function GetNodeIndex(const Node: IANTLRInterface): Integer; in GetNodeIndex()
1452 constructor Create(const ATree: IANTLRInterface); overload;
1480 constructor Create(const ALabel: IANTLRInterface);
1602 function Dup(const O: IANTLRInterface): IANTLRInterface; in Dup()
1614 function ToTree(const El: IANTLRInterface): IANTLRInterface; override; in ToTree()
4020 function TTreeWizard.Equals(const T1, T2: IANTLRInterface; in TTreeWizard.Equals()
4026 function TTreeWizard.Equals(const T1, T2: IANTLRInterface): Boolean; in TTreeWizard.Equals()
4031 function TTreeWizard.Find(const T: IANTLRInterface; in Find()
4499 procedure TTreeRuleReturnScope.SetStart(const Value: IANTLRInterface);
4506 procedure TUnBufferedTreeNodeStream.AddLookahead(const Node: IANTLRInterface);
4569 constructor TUnBufferedTreeNodeStream.Create(const ATree: IANTLRInterface);