34 string Aspect::getMethodName()
const
39 void Aspect::setMethodName(
string methodName)
41 this->methodName = methodName;
44 string Aspect::getReturnType()
const
49 void Aspect::setReturnType(
string returnType)
51 this->returnType = returnType;
54 args Aspect::getArgumentTypes()
const
59 void Aspect::setArgumentTypes(args argumentTypes)
61 this->argumentTypes = argumentTypes;
72 argumentTypes.clear();
74 string Aspect::getStrict()
const
79 void Aspect::setStrict(
string strict)
81 this->strict = strict;
84 string Aspect::getClassName()
const
89 void Aspect::setClassName(
string className)
91 this->className = className;
94 string Aspect::getWhen()
const
99 void Aspect::setWhen(
string when)
104 string Aspect::getCode()
const
109 void Aspect::setCode(
string code)
114 string Aspect::getArguTypes()
const
119 void Aspect::setArguTypes(
string arguTypes)
121 this->arguTypes = arguTypes;