|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectgate.creole.FeatureMethod
FeatureMethod is a class encapsulating information about the feature of a method such as the name, the return type, the parameters types or exceptions types
Field Summary | |
protected List |
exceptionTypes
the list with the types of the exceptions |
protected String |
nameMethod
the name of the method |
protected List |
parameterTypes
the list with the types of the parameters |
protected String |
valueReturn
the return value |
Constructor Summary | |
(package private) |
FeatureMethod()
|
Method Summary | |
boolean |
equals(Object obj)
|
List |
getExceptionTypes()
|
String |
getNameMethod()
|
List |
getParameterTypes()
|
String |
getValueReturn()
|
int |
hashCode()
|
void |
setExceptionTypes(List newExceptionTypes)
|
void |
setNameMethod(String newNameMethod)
|
void |
setParameterTypes(List newParameterTypes)
|
void |
setValueReturn(String newValueReturn)
|
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
protected String nameMethod
protected String valueReturn
protected List parameterTypes
protected List exceptionTypes
Constructor Detail |
FeatureMethod()
Method Detail |
public String getNameMethod()
public String getValueReturn()
public List getParameterTypes()
public List getExceptionTypes()
public void setNameMethod(String newNameMethod)
public void setValueReturn(String newValueReturn)
public void setParameterTypes(List newParameterTypes)
public void setExceptionTypes(List newExceptionTypes)
public boolean equals(Object obj)
public int hashCode()
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |