::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 Attributes inherited from feature

  endclause
last clause in feature
  owner
owning rexxprogram
  rname
rexx name of feature
  startclause
first clause in feature

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

Public Attributes inherited from filechunk

  endcol
last column of chunk
  endline
last line of chunk
  startcol
first column of chunk
  startline
first line of chunk
  user
user field: any use by client

Instantiated by

rexxprogram.cls line 707

Feature Detail

::ATTRIBUTE public
when .true, class is public, else private
Definition at line 1565 of rexxprogram.cls
Dynamically referenced by
rexxprogram.cls line 1577 "self~public = .false"

::ATTRIBUTE metaclass
string name of metaclass or ''
Definition at line 1566 of rexxprogram.cls
Dynamically referenced by
rexxprogram.cls line 1578 "self~metaclass = ''"

::ATTRIBUTE mixinclass
string list of mixinclass names or ''
Definition at line 1567 of rexxprogram.cls
Dynamically referenced by
rexxprogram.cls line 1579 "self~mixinclass = ''"

::ATTRIBUTE subclass
string name of superclass or ''
Definition at line 1568 of rexxprogram.cls
Dynamically referenced by
rexxprogram.cls line 1580 "self~subclass = ''"

::ATTRIBUTE inherit
string list of inherited classes or ''
Definition at line 1569 of rexxprogram.cls
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
Definition at line 1571 of rexxprogram.cls

Get RexxLiterate at SourceForge.net. Fast, secure and Free Open Source software downloads
Generated on 31 Aug 2010 05:20:33 for RexxLiterate by rexxliterate  0.0.1