Osztály TParser
Egység
Deklaráció
type TParser = class(TObject)
Megjegyzés
This item has no description.
Hierarchia
- TObject
- TParser
Áttekintés
Metódusok
![]() |
function Create(Stream: TStream; AOnError: TParserErrorEvent): TParser; |
![]() |
procedure CheckToken(T: Char); |
![]() |
procedure CheckTokenSymbol(S: string); |
![]() |
procedure Error(Ident: LongInt); |
![]() |
procedure ErrorStr(Message: string); |
![]() |
procedure HexToBinary(Stream: TStream); |
![]() |
function NextToken: Char; |
![]() |
function SourcePos: LongInt; |
![]() |
function TokenComponentIdent: string; |
![]() |
function TokenFloat: Extended; |
![]() |
function TokenInt: LongInt; |
![]() |
function TokenString: string; |
![]() |
function TokenSymbolIs(S: string): Boolean; |
Tulajdonságok
![]() |
property SourceLine: LongInt; |
![]() |
property Token: Char; |
Megjegyzés
Metódusok
![]() |
function Create(Stream: TStream; AOnError: TParserErrorEvent): TParser; |
|
This item has no description. | |
![]() |
procedure CheckToken(T: Char); |
|
This item has no description. | |
![]() |
procedure CheckTokenSymbol(S: string); |
|
This item has no description. | |
![]() |
procedure Error(Ident: LongInt); |
|
This item has no description. | |
![]() |
procedure ErrorStr(Message: string); |
|
This item has no description. | |
![]() |
procedure HexToBinary(Stream: TStream); |
|
This item has no description. | |
![]() |
function NextToken: Char; |
|
This item has no description. | |
![]() |
function SourcePos: LongInt; |
|
This item has no description. | |
![]() |
function TokenComponentIdent: string; |
|
This item has no description. | |
![]() |
function TokenFloat: Extended; |
|
This item has no description. | |
![]() |
function TokenInt: LongInt; |
|
This item has no description. | |
![]() |
function TokenString: string; |
|
This item has no description. | |
![]() |
function TokenSymbolIs(S: string): Boolean; |
|
This item has no description. | |
Tulajdonságok
![]() |
property SourceLine: LongInt; |
|
This item has no description. | |
![]() |
property Token: Char; |
|
This item has no description. | |
Készítette PasDoc 0.16.0-snapshot.
