-- -- Created automatically by VDMJ ASTgen. DO NOT EDIT. -- Wed Mar 17 17:56:54 CET 2010 --
class SimpleBinaryOperator issubclassof SimpleNode values publicAND = new SimpleBinaryOperator("AND"); publicDIV = new SimpleBinaryOperator("DIV"); public DIVIDE = new SimpleBinaryOperator("DIVIDE"); public EQUALS = new SimpleBinaryOperator("EQUALS"); public EQUIVALENT = new SimpleBinaryOperator("EQUIVALENT"); public GE = new SimpleBinaryOperator("GE"); public GT = new SimpleBinaryOperator("GT"); public IMPLIES = new SimpleBinaryOperator("IMPLIES"); public LE = new SimpleBinaryOperator("LE"); public LT = new SimpleBinaryOperator("LT"); public MINUS = new SimpleBinaryOperator("MINUS"); publicMOD = new SimpleBinaryOperator("MOD"); public NE = new SimpleBinaryOperator("NE"); publicOR = new SimpleBinaryOperator("OR"); public PLUS = new SimpleBinaryOperator("PLUS"); publicREM = new SimpleBinaryOperator("REM"); public TIMES = new SimpleBinaryOperator("TIMES");
instancevariables public name:[seqofchar] := nil;
operations public SimpleBinaryOperator: seqofchar ==> SimpleBinaryOperator
SimpleBinaryOperator(n) == name := n;
end SimpleBinaryOperator
Messung V0.5
¤ Dauer der Verarbeitung: 0.12 Sekunden
(vorverarbeitet)
¤
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 und die Messung sind noch experimentell.