Class TJCoreTextReader
Unit
JCoreClasses
Declaration
type TJCoreTextReader = class(TObject)
Description
Hierarchy
Overview
Methods
Properties
Description
Methods
 |
constructor Create(AStream: TStream; AOwnsStream: Boolean = False); overload; |
|
 |
constructor Create(const AString: string); overload; |
|
 |
procedure ErrorExpected(const AExpectedToken, AToken: string); |
|
 |
procedure Error(const ACode: Integer; const AMsg: string; const AArgs: array of const); |
|
 |
function NextChar: Char; |
|
 |
function ReadChar(GoForward: Boolean = True): Char; |
|
 |
function ReadChars(ACount: Integer): string; |
|
 |
procedure ReadMatch(const AToken: string); |
|
 |
procedure ReadMatchEof; |
|
 |
procedure ReadMatchText(const AToken: string); |
|
 |
function ReadNextEol: string; |
|
 |
function ReadNextToken: string; |
|
 |
function ReadToken: string; |
|
 |
procedure SkipSpaces; |
|
 |
procedure UnreadChar; |
|
 |
procedure UnreadToken; |
|
Properties
 |
property Eof: Boolean read GetEof; |
|
 |
property Position: TJCoreTextPos read FCurrentPos write FCurrentPos; |
|
Generated by PasDoc 0.14.0.
|