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.11. isPrivate
Returns
.true
if the method is a Private method. Returns
.false
for Public methods or Package-scope methods. See
Section 4.2.8, “Public, Package-Scope, and Private Methods”
for details on private method restrictions.
See also method
isPackage
.
Prev
5.1.3.10. isPackage
Up
Home
Next
5.1.3.12. isProtected