Home Units Hierarchy Routines All identifiers

Class unaObjectPascalToken

DescriptionHierarchyFieldsMethodsProperties

Unit

Declaration

type unaObjectPascalToken = class(unaObject)

Description

unaObjectPascalToken

Hierarchy

Overview

Methods

Public function get(def: unsigned): unsigned; overload;
Public function get(const def: string): string; overload;
Public function get(def: double): double; overload;
Public function get(def: byte): byte; overload;
Public function get(def: char): char; overload;
Public function get(def: int): int; overload;
Public function isToken(const value: string): bool; overload;

Properties

Public property tokenType: unaOPTokenType read f_type write f_type;
Public property value: wString read f_value;

Description

Methods

Public function get(def: unsigned): unsigned; overload;
 
Public function get(const def: string): string; overload;
 
Public function get(def: double): double; overload;

function get(const def: WideString): WideString; overload;

Public function get(def: byte): byte; overload;
 
Public function get(def: char): char; overload;
 
Public function get(def: int): int; overload;

function get(def: WideChar): WideChar; overload;

Public function isToken(const value: string): bool; overload;
 

Properties

Public property tokenType: unaOPTokenType read f_type write f_type;

function isToken(const value: wString): bool; overload;

Public property value: wString read f_value;
 

(c) 2012 Lake of Soft


Generated by PasDoc 0.12.1 on 2012-10-09