Class ALinearCStatement

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type ALinearCStatement = class(ALinearCParser)

Description

This class represents a single statement that is pared by the LinearC parser. It is unlikely that you will create a direct instance of this class, since it provides no parsing functionality. Its purpose is to prevent its descendants from attempting to free references they have borrowed from the parent parser.

Hierarchy

Overview

Methods

Public destructor destroy; override;

Description

Methods

Public destructor destroy; override;

Destroy the statement.

This method sets the various references borrowed from the parent parser to Nil so that attempts are not made to free references which are not owned by the instance. The method then calls the inherited destructor.


Generated by PasDoc 0.13.0 on 2015-06-25 11:07:51