Lines Matching refs:TParseTree
1461 TParseTree = class(TBaseTree, IParseTree) class
3408 constructor TParseTree.Create(const ALabel: IANTLRInterface);
3414 function TParseTree.DupNode: ITree; in DupNode()
3419 function TParseTree.GetText: String; in GetText()
3424 function TParseTree.GetTokenStartIndex: Integer; in GetTokenStartIndex()
3429 function TParseTree.GetTokenStopIndex: Integer; in GetTokenStopIndex()
3434 function TParseTree.GetTokenType: Integer; in GetTokenType()
3439 procedure TParseTree.SetTokenStartIndex(const Value: Integer);
3444 procedure TParseTree.SetTokenStopIndex(const Value: Integer);
3449 function TParseTree.ToInputString: String; in ToInputString()
3462 function TParseTree.ToString: String; in ToString()
3477 function TParseTree.ToStringWithHiddenTokens: String; in ToStringWithHiddenTokens()
3499 procedure TParseTree._ToStringLeaves(const Buf: TStringBuilder);