Class tpascalparser

Unit

Declaration

type tpascalparser = class(tparser)

Description

This item has no description.

Hierarchy

Overview

Fields

Protected fnoautoparse: boolean;

Methods

Protected function getscannerclass: scannerclassty; override;
Public constructor create(const afilelist: tmseindexednamelist); override;
Public destructor destroy; override;
Public procedure clear; override;
Public procedure initidents; override;
Public function getvaluestring(var value: string): valuekindty; override;
Public function skipcomment: boolean; override;
Public procedure parsecompilerswitch;
Public function getpascalstring(var value: string): boolean;
Public function concatpascalstring(var value: string): boolean;
Public function concatpascalname(var value: string): boolean;
Public function getclassident: pascalidentty;
Public function checkclassident(const ident: pascalidentty): boolean;
Public function getpropertyident: pascalidentty;
Public function checkpropertyident(const ident: pascalidentty): boolean;

Description

Fields

Protected fnoautoparse: boolean;

This item has no description.

Methods

Protected function getscannerclass: scannerclassty; override;

This item has no description.

Public constructor create(const afilelist: tmseindexednamelist); override;

This item has no description.

Public destructor destroy; override;

This item has no description.

Public procedure clear; override;

This item has no description.

Public procedure initidents; override;

This item has no description.

Public function getvaluestring(var value: string): valuekindty; override;

This item has no description.

Public function skipcomment: boolean; override;

This item has no description.

Public procedure parsecompilerswitch;

This item has no description.

Public function getpascalstring(var value: string): boolean;

This item has no description.

Public function concatpascalstring(var value: string): boolean;

This item has no description.

Public function concatpascalname(var value: string): boolean;

This item has no description.

Public function getclassident: pascalidentty;

This item has no description.

Public function checkclassident(const ident: pascalidentty): boolean;

This item has no description.

Public function getpropertyident: pascalidentty;

This item has no description.

Public function checkpropertyident(const ident: pascalidentty): boolean;

This item has no description.


Generated by PasDoc 0.17.0.snapshot.