Home
last modified time | relevance | path

Searched defs:IANTLRInterface (Results 1 – 5 of 5) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas131 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()
[all …]
DAntlr.Runtime.Collections.pas156 class function ListToString(const Coll: IList<IANTLRInterface>): String; overload; static; in ListToString()
DAntlr.Runtime.Tools.pas57 IANTLRInterface = interface interface
DAntlr.Runtime.pas2800 function CatOpText(const A, B: IANTLRInterface): IANTLRInterface; in CatOpText()
5727 procedure TRuleReturnScope.SetStart(const Value: IANTLRInterface);
5732 procedure TRuleReturnScope.SetStop(const Value: IANTLRInterface);
5737 procedure TRuleReturnScope.SetTree(const Value: IANTLRInterface);
5754 procedure TParserRuleReturnScope.SetStart(const Value: IANTLRInterface);
5759 procedure TParserRuleReturnScope.SetStop(const Value: IANTLRInterface);
5799 function TTokenRewriteStream.CatOpText(const A, B: IANTLRInterface): IANTLRInterface; in CatOpText()
/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime.Tests/
DAntlr.Runtime.Tree.Tests.pas58 function CreateCommonTreeNodeStream(const T: IANTLRInterface): ITreeNodeStream; in CreateCommonTreeNodeStream()
61 function CreateUnBufferedTreeNodeStream(const T: IANTLRInterface): ITreeNodeStream; in CreateUnBufferedTreeNodeStream()
126 procedure Visit(const T: IANTLRInterface); override;
128 constructor Create(const AList: IList<IANTLRInterface>);