Description | Hierarchy | Fields | Methods | Properties |
type unaObjectPascalToken = class(unaObject)
unaObjectPascalToken
function get(def: unsigned): unsigned; overload; |
|
function get(const def: string): string; overload; |
|
function get(def: double): double; overload; |
|
function get(def: byte): byte; overload; |
|
function get(def: char): char; overload; |
|
function get(def: int): int; overload; |
|
function isToken(const value: string): bool; overload; |
property tokenType: unaOPTokenType read f_type write f_type; |
|
property value: wString read f_value; |
function get(def: unsigned): unsigned; overload; |
|
function get(const def: string): string; overload; |
|
function get(def: double): double; overload; |
|
function get(const def: WideString): WideString; overload; |
function get(def: byte): byte; overload; |
|
function get(def: char): char; overload; |
|
function get(def: int): int; overload; |
|
function get(def: WideChar): WideChar; overload; |
function isToken(const value: string): bool; overload; |
|
property tokenType: unaOPTokenType read f_type write f_type; |
|
function isToken(const value: wString): bool; overload; |
property value: wString read f_value; |
|
(c) 2012 Lake of Soft