Lines Matching refs:TCommonTreeAdaptor
1314 TCommonTreeAdaptor = class(TBaseTreeAdaptor, ICommonTreeAdaptor) class
1753 TTreePatternTreeAdaptor = class(TCommonTreeAdaptor)
2882 function TCommonTreeAdaptor.CreateNode(const Payload: IToken): IANTLRInterface; in CreateNode()
2887 function TCommonTreeAdaptor.CreateToken(const TokenType: Integer; in CreateToken()
2893 function TCommonTreeAdaptor.CreateToken(const FromToken: IToken): IToken; in CreateToken()
2898 function TCommonTreeAdaptor.DupNode( in DupNode()
2907 function TCommonTreeAdaptor.GetChild(const T: IANTLRInterface; in GetChild()
2916 function TCommonTreeAdaptor.GetChildCount(const T: IANTLRInterface): Integer; in GetChildCount()
2924 function TCommonTreeAdaptor.GetChildIndex(const T: IANTLRInterface): Integer; in GetChildIndex()
2929 function TCommonTreeAdaptor.GetNodeText(const T: IANTLRInterface): String; in GetNodeText()
2937 function TCommonTreeAdaptor.GetNodeType(const T: IANTLRInterface): Integer; in GetNodeType()
2945 function TCommonTreeAdaptor.GetParent( in GetParent()
2951 function TCommonTreeAdaptor.GetToken(const TreeNode: IANTLRInterface): IToken; in GetToken()
2961 function TCommonTreeAdaptor.GetTokenStartIndex( in GetTokenStartIndex()
2970 function TCommonTreeAdaptor.GetTokenStopIndex( in GetTokenStopIndex()
2979 procedure TCommonTreeAdaptor.ReplaceChildren(const Parent: IANTLRInterface;
2986 procedure TCommonTreeAdaptor.SetChildIdex(const T: IANTLRInterface;
2992 procedure TCommonTreeAdaptor.SetParent(const T, Parent: IANTLRInterface);
2997 procedure TCommonTreeAdaptor.SetTokenBoundaries(const T: IANTLRInterface;
3057 Create(TCommonTreeAdaptor.Create, ATree);
4571 Create(TCommonTreeAdaptor.Create, ATree);