class Interpreter { private: /* data */ public: Interpreter(/* args */); ~Interpreter(); };