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

Public Attributes

  attributes
list of all attributes as .rdattribute
  attrix
relation of all attributes as .rdmethod, key rexx name
  classes
list of all classes as .rdclass
  classix
relation of all classes as .rdclass, key rexx name
  constants
list of all constants as .rdconstant
  constix
relation of all constants as .rdconstant, key rexx name
  dynamicmethods
when .true, cross reference method calls
  files
list of all files as .file
  filix
relation of all files as .file, key filename
  folders
list of all folders as .folder
  labels
list of all labels as .feature
  methix
relation of all methods as .rdmethod, key rexx name
  methods
list of all methods as .rdmethod
  options
list of all options as .rdoption
  procedures
list of all procedures as .rdprocedure
  requires
list of all requires as .rdrerquires
  routines
list of all routines as .rdroutine
  routinix
relation of all routines as .rdroutine, key rexx name

Instantiated by

rexxliterate.cls line 172

Feature Detail

::ATTRIBUTE folders
list of all folders as .folder
Definition at line 96 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 116 "self~folders = .queue~new"

::ATTRIBUTE files
list of all files as .file
Definition at line 97 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 117 "self~files = .queue~new"

::ATTRIBUTE filix
relation of all files as .file, key filename
Definition at line 98 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 118 "self~filix = .relation~new"

::ATTRIBUTE labels
list of all labels as .feature
Definition at line 99 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 119 "self~labels = .queue~new"

::ATTRIBUTE procedures
list of all procedures as .rdprocedure
Definition at line 100 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 120 "self~procedures = .queue~new"

::ATTRIBUTE requires
list of all requires as .rdrerquires
Definition at line 101 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 121 "self~requires = .queue~new"

::ATTRIBUTE routines
list of all routines as .rdroutine
Definition at line 102 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 122 "self~routines = .queue~new"

::ATTRIBUTE routinix
relation of all routines as .rdroutine, key rexx name
Definition at line 103 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 123 "self~routinix = .relation~new"

::ATTRIBUTE classes
list of all classes as .rdclass
Definition at line 104 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 124 "self~classes = .queue~new"

::ATTRIBUTE classix
relation of all classes as .rdclass, key rexx name
Definition at line 105 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 125 "self~classix = .relation~new"

::ATTRIBUTE methods
list of all methods as .rdmethod
Definition at line 106 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 128 "self~methods = .queue~new"

::ATTRIBUTE methix
relation of all methods as .rdmethod, key rexx name
Definition at line 107 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 126 "self~methix = .relation~new"

::ATTRIBUTE attributes
list of all attributes as .rdattribute
Definition at line 108 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 129 "self~attributes = .queue~new"

::ATTRIBUTE attrix
relation of all attributes as .rdmethod, key rexx name
Definition at line 109 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 127 "self~attrix = .relation~new"

::ATTRIBUTE constants
list of all constants as .rdconstant
Definition at line 110 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 130 "self~constants = .queue~new"

::ATTRIBUTE constix
relation of all constants as .rdconstant, key rexx name
Definition at line 111 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 131 "self~constix = .relation~new"

::ATTRIBUTE options
list of all options as .rdoption
Definition at line 112 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 132 "self~options = .queue~new"

::ATTRIBUTE dynamicmethods
when .true, cross reference method calls
Definition at line 113 of rexxliterate.cls
Dynamically referenced by
rexxliterate.cls line 133 "self~dynamicmethods = .false"

::METHOD init
Definition at line 115 of rexxliterate.cls

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