Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.Tree.pas1655 TTreePatternLexer = class(TANTLRObject, ITreePatternLexer) class
3853 constructor TTreePatternLexer.Create;
3859 procedure TTreePatternLexer.Consume;
3868 constructor TTreePatternLexer.Create(const APattern: String);
3876 destructor TTreePatternLexer.Destroy;
3882 function TTreePatternLexer.NextToken: Integer; in TTreePatternLexer.NextToken()
3968 function TTreePatternLexer.SVal: String; in TTreePatternLexer.SVal()
4015 Tokenizer := TTreePatternLexer.Create(Pattern);
4043 Tokenizer := TTreePatternLexer.Create(Pattern);
4105 Tokenizer := TTreePatternLexer.Create(Pattern);
[all …]