Interface ITokenList
Unit
Neslib.Clang 
Declaration
type ITokenList = interface(IInterface) 
Description
A list of tokens 
Attributes
  - GUID['{3C67C0CF-052B-4F60-9F64-58311B72BFEC}']
 
  
 
Hierarchy
Overview
Methods
Properties
Description
Methods
  | 
function GetCount: Integer; | 
 
| 
  |  
 
  | 
function GetToken(const AIndex: Integer): TToken; | 
 
| 
  |  
 
Properties
  | 
property Tokens[constAIndex:Integer]: TToken read GetToken; | 
 
| 
 
The tokens in the list 
 |  
 
 Generated by PasDocEx, based on PasDoc 0.14.0. 
 |