products/sources/formale sprachen/VDM/VDMPP/CodegenPP/AST/giraffe/intf image not shown  

Quellcode-Bibliothek

© Kompilation durch diese Firma

[Weder Korrektheit noch Funktionsfähigkeit der Software werden zugesichert.]

Datei: GiraffeBinaryOperator.vdmpp   Sprache: VDM

Original von: VDM©

--
-- Created automatically by VDMJ ASTgen. DO NOT EDIT.
-- Wed Mar 17 13:43:15 CET 2010
--

class GiraffeBinaryOperator is subclass of GiraffeNode
values
    public AND = new GiraffeBinaryOperator("AND");
    public DIV = new GiraffeBinaryOperator("DIV");
    public EQUALS = new GiraffeBinaryOperator("EQUALS");
    public GE = new GiraffeBinaryOperator("GE");
    public GT = new GiraffeBinaryOperator("GT");
    public LE = new GiraffeBinaryOperator("LE");
    public LT = new GiraffeBinaryOperator("LT");
    public MINUS = new GiraffeBinaryOperator("MINUS");
    public MOD = new GiraffeBinaryOperator("MOD");
    public NE = new GiraffeBinaryOperator("NE");
    public OR = new GiraffeBinaryOperator("OR");
    public PLUS = new GiraffeBinaryOperator("PLUS");
    public TIMES = new GiraffeBinaryOperator("TIMES");

instance variables
    public name:[seq of char] := nil;

operations
    public GiraffeBinaryOperator: seq of char ==> GiraffeBinaryOperator
    GiraffeBinaryOperator(n) == name := n;

end GiraffeBinaryOperator

¤ Dauer der Verarbeitung: 0.16 Sekunden  (vorverarbeitet)  ¤





Download des
Quellennavigators
Download des
sprechenden Kalenders

in der Quellcodebibliothek suchen




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.


Bot Zugriff