30 typedef vector<string> args;
31 typedef vector<void *> vals;
33 string accessSpecifier;
43 string getAccessSpecifier()
const;
44 void setAccessSpecifier(
string);
45 string getMethodName()
const;
46 void setMethodName(
string);
47 string getReturnType()
const;
48 void setReturnType(
string);
49 args getArgumentTypes()
const;
50 void setArgumentTypes(args);
51 int getArgNum()
const;