public class MethodAssumption extends FieldAssumption
| Modifier and Type | Field and Description |
|---|---|
protected Method |
method |
private Class |
parentClass |
| Constructor and Description |
|---|
MethodAssumption(Method assumedMethod,
Class parentClass) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
protected Method |
getMethod() |
java.lang.String |
getMethodName() |
int |
getParaCount() |
Type |
getParameterType(int i)
Liefert den Typ des i-ten Parameters dieser Method-Assumption
|
Type |
getParentClassType() |
java.lang.String |
toString() |
getIdentifier, getParentClassgetAssumedTypepublic java.lang.String getMethodName()
public int getParaCount()
protected Method getMethod()
public Type getParameterType(int i)
i - public Type getParentClassType()
public java.lang.String toString()
toString in class FieldAssumptionpublic boolean equals(java.lang.Object obj)
equals in class FieldAssumption