Home
last modified time | relevance | path

Searched refs:TParseTree (Results 1 – 1 of 1) sorted by relevance

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1461 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()
[all …]