28 #include "Constructor.h"
33 #include "StringUtil.h"
35 typedef map<string,Constructor> ctorMap;
36 typedef map<string,Method> methMap;
37 typedef map<string,Field> fldMap;
38 typedef vector<Field> fldVec;
39 typedef vector<string> args;
46 string getClassName()
const;
47 void setClassName(
string);
48 string getBase()
const;
69 ctorMap getConstructors();
70 Method getMethod(
string,args);
73 Field getField(
string);