11 #include "../Tokenizer/token.h"
12 #include "../Tokenizer/stokenize.h"
14 #include "../../CONFIG/config.h"
25 set<string> mDefinitions;
31 set<string> defs = set<string>()
34 Word& operator = (
const Word& newToken);
36 string getName()
const;
37 set<WordType> getTypes()
const;
38 string getRawtypes()
const;
39 set<string> getDefinitions()
const;
41 friend ostream& operator << (ostream& outs,
const Word& w)