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.1.4. Object Class
The Object class is the root of the class hierarchy. The instance methods of the Object class are, therefore, available on all objects.
Table 5.4. Object Class
Class (Metaclass)
Methods inherited from the
Class class
Object
new (Class Method)
Comparison Methods
= == <> >< \= \==
Concatenation Methods
(abuttal) || (blank)
class
isA
sendWith
copy
isInstanceOf
setMethod (Private Method)
defaultName
isNil
start
hashCode
objectName
startWith
hasMethod
objectName=
string
identityHash
request
unsetMethod (Private Method)
instanceMethod
run (Private Method)
instanceMethods
send
Prev
5.1.3.20. source
Up
Home
Next
5.1.4.1. new (Class Method)