Informační tok Funkční structura Datová struktura ER model Modulová struktura Typová struktura Relační model Dokumentace


[Celkový datový model] [Funkce] [Externí rohraní] [Stavové diagramy] [Datové elementy] [Entity] [Relace]
[Databáze] [Události] [Materiály] [Generovací funkce] [Vyhodnocovací funkce] [Konfigurace] [Uživatelé] [Projekt] [Home]



Vyhodnocovací funkce
CrossReference
(Miscellaneous Evaluating Functions)


Vytvořeno: 12-12-1995 13:23:52
Poslední změna: 12-04-2002 14:07:12

Outputs the function calls and the calling functions of a function or of all functions of a language and a type. The last argument specifies if the caller should be printed, too.

Modul

Module: Miscellaneous Evaluating Functions

Zdrojový kód:

PROCEDURE CrossReference(Sprache$, Komponente$, Name$, CalledBy%)
BEGIN
/* Outputs the function hirarchy of evaluating and code generating functions.

    input: Language$ language
                     (optional, "" = all)
           Type$ "000" for global functions, name of the component
                     (optional, "" = all)
           Name$ name of a function
                     (optional, "" = all)
           CalledBy% 0 or 1, depending, if only calls or also
                     location calls should be printed.
*/

    
    PRINT {"Arial", 12, BOLD} "Cross-reference generačních a vyhodnocovacích funkcí", NL(3);

    CALL CrossReferenceCall(Sprache$, Komponente$, Name$);
    IF CalledBy% = 1 THEN
        PRINT NL(2);
        CALL CrossReferenceUsage(Sprache$, Komponente$, Name$, "");
    END
    
END


Generováno: 16.10.2003 7:41 Systém: C:\Documents and Settings\hajsman\Dokumenty\Vyuka\Irs2\Projekt case40\Projekt03.csf Generováno systémem case/4/0
Vygeneroval: Administrator Soubor: C:\Documents and Settings\hajsman\Dokumenty\Vyuka\Irs2\Projekt case40\html\4928.htm (C) microTOOL GmbH 2002