::CLASS blockcomment PUBLIC
represents a parsed block comment
Requires
'hashfunction.cls' generate unique ids for html output
'rexxprogram.cls' parse rexx
'tokenizer.cls' tokenizer
'pathsep.cls' fs path separator
'classfinder.cls' class lookup
'nodes.cls' html nodes
Definition at line
1513 of
documents.cls
Public Methods
|
|
init
(dirty)
|
|
create parsed block comment
|
Public Attributes
|
|
dirty
|
|
original text of comment
|
|
parms
|
|
parameters
|
|
posts
|
|
postconditions
|
|
pres
|
|
preconditions
|
|
returns
|
|
return values
|
|
rexxdoc
|
|
when .true the comment is prefixed /**
|
|
text
|
|
cleaned text of comment
|
Instantiated by
documents.cls line 272
documents.cls line 285
documents.cls line 302
Feature Detail
::ATTRIBUTE rexxdoc
|
when .true the comment is prefixed /**
Dynamically referenced by
documents.cls line 1532 "
self~rexxdoc = .false"
documents.cls line 1573 "
self~rexxdoc = .true"
::ATTRIBUTE parms
|
parameters
Dynamically referenced by
documents.cls line 1528 "
self~parms = .queue~new"
documents.cls line 1623 "
self~parms~queue(fulltext)"
htmlutil.cls line 112 "
if bc~parms~items > 0 | m~arglist~words > 0"
htmlutil.cls line 117 "
do i over bc~parms"
::ATTRIBUTE posts
|
postconditions
Dynamically referenced by
documents.cls line 1531 "
self~posts = .queue~new"
documents.cls line 1665 "
self~posts~queue(fulltext)"
htmlutil.cls line 157 "
if bc~posts~items > 0"
htmlutil.cls line 160 "
do i over bc~posts"
::ATTRIBUTE dirty
|
original text of comment
Dynamically referenced by
documents.cls line 292 "
if bc~dirty~items > 0"
documents.cls line 1535 "
self~dirty = .queue~new"
documents.cls line 1539 "
self~dirty = dirty"
::METHOD init
|
create parsed block comment
Parameters
dirty - a queue of raw block comment from the code
|
Generated on 31 Aug 2010 05:20:04 for RexxLiterate by
0.0.1
|