Lines Matching refs:El
810 procedure Add(const El: IANTLRInterface);
1525 procedure Add(const El: IANTLRInterface);
1547 function ToTree(const El: IANTLRInterface): IANTLRInterface; virtual; in ToTree()
1569 function ToTree(const El: IANTLRInterface): IANTLRInterface; override; in ToTree()
1614 function ToTree(const El: IANTLRInterface): IANTLRInterface; override; in ToTree()
3525 procedure TRewriteRuleElementStream.Add(const El: IANTLRInterface);
3527 if (El = nil) then
3531 FElements.Add(El)
3535 FSingleElement := El
3543 FElements.Add(El);
3602 function TRewriteRuleElementStream.ToTree(const El: IANTLRInterface): IANTLRInterface; in ToTree()
3604 Result := El;
3650 const El: IANTLRInterface): IANTLRInterface; in ToTree()
3652 Result := FAdaptor.DupNode(El);
3714 const El: IANTLRInterface): IANTLRInterface; in ToTree()
3716 Result := El;