[Properties (by Name)] [Methods (by Name)] [Events (by Name)]
Source position: ebnf.scanner.pp line 69
type TEBNFScanner = class |
protected |
function Advance; |
function CurrentTokenPos; |
procedure SkipWhitespace; |
function IsIdentifierStart(); |
function IsIdentifierChar(); |
function IsDigit(); |
function ReadIdentifier; |
function ReadStringLiteral(); |
public |
constructor Create(); |
function GetNextToken; |
end; |
| |
TObject |