Prev
Open Object Rexx
Next
Code style
dark
electric
light
print
rgfdark
rgflight
tokio-day
tokio-night
vim-dark-blue
vim-dark-darkblue
vim-dark-desert
vim-dark-elflord
vim-dark-evening
vim-dark-industry
vim-dark-koehler
vim-dark-murphy
vim-dark-pablo
vim-dark-ron
vim-dark-slate
vim-dark-torte
vim-light-delek
vim-light-morning
vim-light-peachpuff
vim-light-shine
vim-light-zellner
5.4.26. Validate Class
The
Validate
class provides class methods helping with validating arguments being of correct class, logical or numeric type, or within a numeric range.
Table 5.61. Validate Class
Object
Methods inherited from the
Object class
Class (Metaclass)
Methods inherited from the
Class class
Validate
classType (Class Method)
position (Class Method)
length (Class Method)
positiveNumber (Class Method)
logical (Class Method)
positiveWholeNumber (Class Method)
nonNegativeNumber (Class Method)
requestClassType (Class Method)
nonNegativeWholeNumber (Class Method)
wholeNumber (Class Method)
number (Class Method)
wholeNumberRange (Class Method)
numberRange (Class Method)
Prev
5.4.25.14. makeString
Up
Home
Next
5.4.26.1. classType (Class Method)