#include <ThymioIntermediateRepresentation.h>
Public Member Functions | |
void | clear () |
ThymioIRSyntaxChecker () | |
virtual void | visit (ThymioIRButton *button) |
virtual void | visit (ThymioIRButtonSet *buttonSet) |
~ThymioIRSyntaxChecker () |
Definition at line 139 of file ThymioIntermediateRepresentation.h.
Aseba::ThymioIRSyntaxChecker::ThymioIRSyntaxChecker | ( | ) | [inline] |
Definition at line 142 of file ThymioIntermediateRepresentation.h.
Aseba::ThymioIRSyntaxChecker::~ThymioIRSyntaxChecker | ( | ) | [inline] |
Definition at line 143 of file ThymioIntermediateRepresentation.h.
void Aseba::ThymioIRSyntaxChecker::clear | ( | ) | [inline] |
Definition at line 148 of file ThymioIntermediateRepresentation.h.
void Aseba::ThymioIRSyntaxChecker::visit | ( | ThymioIRButton * | button | ) | [virtual] |
Reimplemented from Aseba::ThymioIRVisitor.
Definition at line 142 of file ThymioIRVisitors.cpp.
void Aseba::ThymioIRSyntaxChecker::visit | ( | ThymioIRButtonSet * | buttonSet | ) | [virtual] |
Reimplemented from Aseba::ThymioIRVisitor.
Definition at line 147 of file ThymioIRVisitors.cpp.