Home | History | Annotate | Download | only in Antlr3.Runtime

Lines Matching refs:TreeNode

77     function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface;
260 function GetToken(const TreeNode: IANTLRInterface): IToken;
1271 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface; virtual; abstract;
1290 function GetToken(const TreeNode: IANTLRInterface): IToken; virtual; abstract;
1317 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface; override;
1324 function GetToken(const TreeNode: IANTLRInterface): IToken; override;
2899 const TreeNode: IANTLRInterface): IANTLRInterface;
2901 if (TreeNode = nil) then
2904 Result := (TreeNode as ITree).DupNode;
2951 function TCommonTreeAdaptor.GetToken(const TreeNode: IANTLRInterface): IToken;
2955 if Supports(TreeNode, ICommonTree, CommonTree) then