Home Units Hierarchy Routines All identifiers

Class unaObjectPascalParser

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unaObjectPascalParser = class(unaObject)

Description

unaObjectPascalParser

Hierarchy

Overview

Methods

Public constructor create(const script: aString); overload;
Public constructor create(const script: string); overload;
Public constructor createFromFile(const fileName: wString; isAnsiText: bool);
Public destructor Destroy(); override;
Public function getLineNum(): unsigned;
Public function nextToken(token: unaObjectPascalToken = nil): bool;
Public procedure AfterConstruction(); override;

Properties

Public property token: unaObjectPascalToken read f_lastToken;

Description

Methods

Public constructor create(const script: aString); overload;
 
Public constructor create(const script: string); overload;
 
Public constructor createFromFile(const fileName: wString; isAnsiText: bool);
 
Public destructor Destroy(); override;
 
Public function getLineNum(): unsigned;
 
Public function nextToken(token: unaObjectPascalToken = nil): bool;
 
Public procedure AfterConstruction(); override;
 

Properties

Public property token: unaObjectPascalToken read f_lastToken;
 

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09