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.3. Method Class
The Method class creates method objects from Rexx source code. It is a subclass of the
Object class
.
Table 5.3. Method Class
Object
Methods inherited from the
Object class
Class (Metaclass)
Methods inherited from the
Class class
Method
new (Class Method)
loadExternalMethod (Class Method)
newFile (Class Method)
annotation
isPackage
setPrivate
annotations
isPrivate
setProtected
isAbstract
isProtected
setSecurityManager
isAttribute
package
setUnguarded
isConstant
scope
source
isGuarded
setGuarded
Prev
5.1.2.20. wait
Up
Home
Next
5.1.3.1. new (Class Method)