::CLASS rclass SUBCLASS feature
specialization for a class
a class is a feature with a number of specialized attributes
it represents an OORexx class
Definition at line
1564 of
rexxprogram.cls
Public Methods
|
|
init
(name, startline, startcol, endline, endcol, startclause, owner)
|
|
no comment
|
Public Attributes
|
|
inherit
|
|
string list of inherited classes or ''
|
|
metaclass
|
|
string name of metaclass or ''
|
|
mixinclass
|
|
string list of mixinclass names or ''
|
|
public
|
|
when .true, class is public, else private
|
|
subclass
|
|
string name of superclass or ''
|
Public Methods inherited from feature
|
|
compareTo
(other)
|
|
comparable on rexx name
|
|
init
(startline, startcol, endline, endcol, owner)
|
|
no comment
|
|
makestring
()
|
|
return the object represented as a string
|
Public Methods inherited from filechunk
|
.true - this filechunk contains contained
|
contains
(contained)
|
|
return whether or not this filechunk contains another
|
|
getpos
()
|
|
return position information as a string
|
|
init
(startline, startcol, endline, endcol)
|
|
no comment
|
|
makestring
()
|
|
describe the object as a string
|
Instantiated by
rexxprogram.cls line 707
Feature Detail
::ATTRIBUTE public
|
when .true, class is public, else private
Dynamically referenced by
rexxprogram.cls line 1577 "
self~public = .false"
::ATTRIBUTE metaclass
|
string name of metaclass or ''
Dynamically referenced by
rexxprogram.cls line 1578 "
self~metaclass = ''"
::ATTRIBUTE mixinclass
|
string list of mixinclass names or ''
Dynamically referenced by
rexxprogram.cls line 1579 "
self~mixinclass = ''"
::ATTRIBUTE subclass
|
string name of superclass or ''
Dynamically referenced by
rexxprogram.cls line 1580 "
self~subclass = ''"
::ATTRIBUTE inherit
|
string list of inherited classes or ''
Dynamically referenced by
rexxprogram.cls line 1581 "
self~inherit = ''"
::METHOD init
|
Parameters
name not documented
startline not documented
startcol not documented
endline not documented
endcol not documented
startclause not documented
owner not documented
|
Generated on 31 Aug 2010 05:20:33 for RexxLiterate by
0.0.1
|