|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
HMethodMutator
allows you to change properties of
an HMethod
.
HMethod.getMutator()
Method Summary | |
void |
addExceptionType(HClass exceptionType)
|
void |
addModifiers(int m)
|
void |
removeExceptionType(HClass exceptionType)
|
void |
removeModifiers(int m)
|
void |
setExceptionTypes(HClass[] exceptionTypes)
|
void |
setModifiers(int m)
|
void |
setParameterName(int which,
String name)
|
void |
setParameterNames(String[] parameterNames)
|
void |
setParameterType(int which,
HClass type)
Warning: use can cause method name conflicts in class. |
void |
setParameterTypes(HClass[] parameterTypes)
Warning: use can cause method name conflicts in class. |
void |
setReturnType(HClass returnType)
|
void |
setSynthetic(boolean isSynthetic)
|
Method Detail |
public void addModifiers(int m)
public void setModifiers(int m)
public void removeModifiers(int m)
public void setReturnType(HClass returnType)
public void setParameterTypes(HClass[] parameterTypes)
public void setParameterType(int which, HClass type)
public void setParameterNames(String[] parameterNames)
public void setParameterName(int which, String name)
public void addExceptionType(HClass exceptionType)
public void setExceptionTypes(HClass[] exceptionTypes)
public void removeExceptionType(HClass exceptionType)
public void setSynthetic(boolean isSynthetic)
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |