::CLASS rattribute SUBCLASS feature INHERIT methodic

specialization for an attribute method
an attribute is a feature with a number of specialized attributes
it represents an OORexx attribute method
Definition at line 1617 of rexxprogram.cls

Public Methods

  init (name, startline, startcol, endline, endcol, startclause, owner)
no comment

Public Attributes

  get
when .true, attribute is get-only
  set
when .true, attribute is set-only

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

Public Methods mixed in from methodic

  init ()
no comment

Public Attributes mixed in from methodic

  abstract
when .true, method is abstract, else concrete
  cclass
when .true, method is a class method, else instance
  guarded
when .true, method is guarded, else unguarded
  ownerclass
when not .nil, containing method
  protected
when .true, method is protected, else unprotected
  public
when .true, method is public, else private

Instantiated by

rexxprogram.cls line 719
rexxprogram.cls line 731

Feature Detail

::ATTRIBUTE get
when .true, attribute is get-only
Definition at line 1619 of rexxprogram.cls
Dynamically referenced by
rexxprogram.cls line 1628 "self~get = .false"

::ATTRIBUTE set
when .true, attribute is set-only
Definition at line 1620 of rexxprogram.cls
Dynamically referenced by
rexxprogram.cls line 1629 "self~set = .false"

::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 1622 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