Interface ITokenList

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type ITokenList = interface(IInterface)

Description

A list of tokens

Attributes
GUID['{3C67C0CF-052B-4F60-9F64-58311B72BFEC}']

Hierarchy

  • IInterface
  • ITokenList

Overview

Methods

Public function GetCount: Integer;
Public function GetToken(const AIndex: Integer): TToken;

Properties

Public property Count: Integer read GetCount;
Public property Tokens[constAIndex:Integer]: TToken read GetToken;

Description

Methods

Public function GetCount: Integer;
 
Public function GetToken(const AIndex: Integer): TToken;
 

Properties

Public property Count: Integer read GetCount;

Number of tokens in the list

Public property Tokens[constAIndex:Integer]: TToken read GetToken;

The tokens in the list


Generated by PasDocEx, based on PasDoc 0.14.0.