::CLASS globalindex
flyweight for global lists of features
Requires
'condhandler.cls' conditions
'fsobjects.cls' for all the boilerplate
'hashfunction.cls' to generate unique ids
'rexxprogram.cls' rexx program parser
'htmlout.cls' html output
'documents.cls' files, folders, rexx and text documents
'nodes.cls' html images to build the tree view
'htmltree.cls' build tree html
'htmlindex.cls' index html
'pathsep.cls' fs path separator
Definition at line
95 of
rexxliterate.cls
Public Methods
|
|
init
()
|
|
no comment
|
Instantiated by
rexxliterate.cls line 172
Feature Detail
::ATTRIBUTE folders
|
list of all folders as
.folder
Dynamically referenced by
rexxliterate.cls line 116 "
self~folders = .queue~new"
::ATTRIBUTE files
|
list of all files as
.file
Dynamically referenced by
rexxliterate.cls line 117 "
self~files = .queue~new"
::ATTRIBUTE filix
|
relation of all files as
.file, key filename
Dynamically referenced by
rexxliterate.cls line 118 "
self~filix = .relation~new"
::ATTRIBUTE labels
|
list of all labels as
.feature
Dynamically referenced by
rexxliterate.cls line 119 "
self~labels = .queue~new"
::ATTRIBUTE procedures
|
list of all procedures as
.rdprocedure
Dynamically referenced by
rexxliterate.cls line 120 "
self~procedures = .queue~new"
::ATTRIBUTE requires
|
list of all requires as .rdrerquires
Dynamically referenced by
rexxliterate.cls line 121 "
self~requires = .queue~new"
::ATTRIBUTE routines
|
list of all routines as
.rdroutine
Dynamically referenced by
rexxliterate.cls line 122 "
self~routines = .queue~new"
::ATTRIBUTE routinix
|
relation of all routines as
.rdroutine, key rexx name
Dynamically referenced by
rexxliterate.cls line 123 "
self~routinix = .relation~new"
::ATTRIBUTE classes
|
list of all classes as
.rdclass
Dynamically referenced by
rexxliterate.cls line 124 "
self~classes = .queue~new"
::ATTRIBUTE classix
|
relation of all classes as
.rdclass, key rexx name
Dynamically referenced by
rexxliterate.cls line 125 "
self~classix = .relation~new"
::ATTRIBUTE methods
|
list of all methods as
.rdmethod
Dynamically referenced by
rexxliterate.cls line 128 "
self~methods = .queue~new"
::ATTRIBUTE methix
|
relation of all methods as
.rdmethod, key rexx name
Dynamically referenced by
rexxliterate.cls line 126 "
self~methix = .relation~new"
::ATTRIBUTE attributes
|
list of all attributes as
.rdattribute
Dynamically referenced by
rexxliterate.cls line 129 "
self~attributes = .queue~new"
::ATTRIBUTE attrix
|
relation of all attributes as
.rdmethod, key rexx name
Dynamically referenced by
rexxliterate.cls line 127 "
self~attrix = .relation~new"
::ATTRIBUTE constants
|
list of all constants as
.rdconstant
Dynamically referenced by
rexxliterate.cls line 130 "
self~constants = .queue~new"
::ATTRIBUTE constix
|
relation of all constants as
.rdconstant, key rexx name
Dynamically referenced by
rexxliterate.cls line 131 "
self~constix = .relation~new"
::ATTRIBUTE options
|
list of all options as .rdoption
Dynamically referenced by
rexxliterate.cls line 132 "
self~options = .queue~new"
::ATTRIBUTE dynamicmethods
|
when .true, cross reference method calls
Dynamically referenced by
rexxliterate.cls line 133 "
self~dynamicmethods = .false"
::METHOD init
|
|
Generated on 31 Aug 2010 05:20:31 for RexxLiterate by
0.0.1
|