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

Lines Matching defs:ToTree

1547     function ToTree(const El: IANTLRInterface): IANTLRInterface; virtual;
1569 function ToTree(const El: IANTLRInterface): IANTLRInterface; override;
1614 function ToTree(const El: IANTLRInterface): IANTLRInterface; override;
3602 function TRewriteRuleElementStream.ToTree(const El: IANTLRInterface): IANTLRInterface;
3620 Result := ToTree(FSingleElement)
3631 Result := ToTree(FSingleElement);
3636 Result := ToTree(FElements[FCursor]);
3649 function TRewriteRuleNodeStream.ToTree(
3713 function TRewriteRuleTokenStream.ToTree(