#include <ThymioIntermediateRepresentation.h>
Public Member Functions | |
ThymioIRErrorCode | getErrorCode () const |
bool | isSuccessful () const |
ThymioIRVisitor () | |
virtual void | visit (ThymioIRButton *button) |
virtual void | visit (ThymioIRButtonSet *buttonSet) |
Protected Member Functions | |
wstring | toWstring (int val) |
Protected Attributes | |
ThymioIRErrorCode | errorCode |
Definition at line 98 of file ThymioIntermediateRepresentation.h.
Aseba::ThymioIRVisitor::ThymioIRVisitor | ( | ) | [inline] |
Definition at line 101 of file ThymioIntermediateRepresentation.h.
Definition at line 17 of file ThymioIRVisitors.cpp.
bool Aseba::ThymioIRVisitor::isSuccessful | ( | ) | const |
Definition at line 22 of file ThymioIRVisitors.cpp.
wstring Aseba::ThymioIRVisitor::toWstring | ( | int | val | ) | [protected] |
Definition at line 27 of file ThymioIRVisitors.cpp.
void Aseba::ThymioIRVisitor::visit | ( | ThymioIRButton * | button | ) | [virtual] |
Reimplemented in Aseba::ThymioIRCodeGenerator, Aseba::ThymioIRSyntaxChecker, and Aseba::ThymioIRTypeChecker.
Definition at line 7 of file ThymioIRVisitors.cpp.
void Aseba::ThymioIRVisitor::visit | ( | ThymioIRButtonSet * | buttonSet | ) | [virtual] |
Reimplemented in Aseba::ThymioIRCodeGenerator, Aseba::ThymioIRSyntaxChecker, and Aseba::ThymioIRTypeChecker.
Definition at line 12 of file ThymioIRVisitors.cpp.
ThymioIRErrorCode Aseba::ThymioIRVisitor::errorCode [protected] |
Definition at line 110 of file ThymioIntermediateRepresentation.h.