class Instructions

#include <instructions.h>

class Instructions
{
public:
    // methods

    static Instructions* getInstance();
};