Quellcodebibliothek Statistik Leitseite products/Sources/formale Sprachen/VDM/VDMPP/CodegenPP/AST/simple/impl/   (Wiener Entwicklungsmethode ©)  Datei vom 13.4.2020 mit Größe 1022 B image not shown  

Quelle  SimpleIfExpressionImpl.vdmpp   Sprache: VDM

 
--
-- Created automatically by VDMJ ASTgen. DO NOT EDIT.
-- Wed Mar 17 17:56:55 CET 2010
--

class SimpleIfExpressionImpl is subclass of SimpleIfExpression
instance variables
    private iv_test:SimpleExpression;
    private iv_thn:SimpleExpression;
    private iv_elif:seq of SimpleElseIfExpression;
    private iv_ese:SimpleExpression;

operations
    public SimpleIfExpressionImpl: SimpleExpression * SimpleExpression * seq of SimpleElseIfExpression * SimpleExpression ==> SimpleIfExpressionImpl
    SimpleIfExpressionImpl(p_test, p_thn, p_elif, p_ese) ==
    (
        iv_test := p_test;
        iv_thn := p_thn;
        iv_elif := p_elif;
        iv_ese := p_ese;
    );

    public getTest: () ==> SimpleExpression
    getTest() == return iv_test;

    public getThn: () ==> SimpleExpression
    getThn() == return iv_thn;

    public getElif: () ==> seq of SimpleElseIfExpression
    getElif() == return iv_elif;

    public getEse: () ==> SimpleExpression
    getEse() == return iv_ese;

end SimpleIfExpressionImpl

87%


¤ Dauer der Verarbeitung: 0.10 Sekunden  (vorverarbeitet)  ¤

*© Formatika GbR, Deutschland






Wurzel

Suchen

Beweissystem der NASA

Beweissystem Isabelle

NIST Cobol Testsuite

Cephes Mathematical Library

Wiener Entwicklungsmethode

Haftungshinweis

Die Informationen auf dieser Webseite wurden nach bestem Wissen sorgfältig zusammengestellt. Es wird jedoch weder Vollständigkeit, noch Richtigkeit, noch Qualität der bereit gestellten Informationen zugesichert.

Bemerkung:

Die farbliche Syntaxdarstellung ist noch experimentell.