Class UFile |
A file (composed of anything except another file)
Details |
Constructor |
UFile(name, parent, comments, imports, links, pack, procs, classes, globals, records)
Methods: |
Add a class to this file.
Add a global to this file.
Add an import to this file.
Add a link to this file.
Add an procedure to this file.
Add a record to this file.
Produce the class with the given name if it's defined in this file.
Produce a sorted list of the names of classes defined by this file.
Produce the classes listed in this file.
Produce a sorted list of the names of globals listed by this file.
Produce the globals listed in this file.
Produce a sorted list of the names of files imported by this file.
Produce the imports listed in this file.
Produce a sorted list of the names of files lined by this file.
Produce the links listed in this file.
Produce the package associated with this file.
Produce the name of the package associated with this file.
Produce a sorted list of the names of the procedures in this file.
Produce the procedures listed in this file.
Produce a sorted list of the names of records defined by this file.
Produce the records listed in this file.
Set the classes listed in this file.
Set the globals listed in this file.
Set the imports listed in this file.
Set the links listed in this file.
Set the package that this file belongs in.
Set the procedures listed in this file.
Set the records listed in this file.
Fields: |