Searched defs:IANTLRInterface (Results 1 – 5 of 5) sorted by relevance
77 function DupNode(const TreeNode: IANTLRInterface): IANTLRInterface; in DupNode()80 function DupTree(const Tree: IANTLRInterface): IANTLRInterface; in DupTree()111 function IsNil(const Tree: IANTLRInterface): Boolean; in IsNil()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()198 function GetUniqueID(const Node: IANTLRInterface): Integer; in GetUniqueID()209 …function BecomeRoot(const NewRoot: IToken; const OldRoot: IANTLRInterface): IANTLRInterface; overl… in BecomeRoot()239 function GetNodeType(const T: IANTLRInterface): Integer; in GetNodeType()244 function GetNodeText(const T: IANTLRInterface): String; in GetNodeText()[all …]
1164 procedure SetStart(const Value: IANTLRInterface);1166 procedure SetStop(const Value: IANTLRInterface);1168 procedure SetTree(const Value: IANTLRInterface);1287 procedure InsertAfter(const T: IToken; const Text: IANTLRInterface); overload;1288 procedure InsertAfter(const Index: Integer; const Text: IANTLRInterface); overload;1300 procedure InsertBefore(const T: IToken; const Text: IANTLRInterface); overload;1301 procedure InsertBefore(const Index: Integer; const Text: IANTLRInterface); overload;1313 procedure Replace(const Index: Integer; const Text: IANTLRInterface); overload;1314 procedure Replace(const Start, Stop: Integer; const Text: IANTLRInterface); overload;1315 procedure Replace(const IndexT: IToken; const Text: IANTLRInterface); overload;[all …]
144 …class function DictionaryToString(const Dict: IDictionary<Integer, IList<IANTLRInterface>>): Strin… in DictionaryToString()156 class function ListToString(const Coll: IList<IANTLRInterface>): String; overload; static; in ListToString()
57 IANTLRInterface = interface interface394 function IfThen(const AValue: Boolean; const ATrue: IANTLRInterface; const AFalse: IANTLRInterface … in IfThen()418 function IfThen(const AValue: Boolean; const ATrue: IANTLRInterface; const AFalse: IANTLRInterface … in IfThen()
58 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>);