Home
last modified time | relevance | path

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

/external/antlr/runtime/Delphi/Sources/Antlr3.Runtime/
DAntlr.Runtime.pas1048 function GetCharStream: ICharStream;
1115 property CharStream: ICharStream read GetCharStream write SetCharStream;
2450 function GetCharStream: ICharStream; virtual;
5386 function TLexer.GetCharStream: ICharStream; in GetCharStream() function