public class SourceMethodStructure extends java.lang.Object implements MethodStructure
| Modifier and Type | Field and Description |
|---|---|
private com.thoughtworks.qdox.model.JavaMethod |
mth |
| Constructor and Description |
|---|
SourceMethodStructure(com.thoughtworks.qdox.model.JavaMethod mth) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj) |
ClassStructure[] |
getExceptions() |
java.lang.String |
getName() |
ClassStructure[] |
getParameterTypes() |
ClassStructure |
getReturnType() |
int |
hashCode() |
SourceMethodStructure(com.thoughtworks.qdox.model.JavaMethod mth)
public java.lang.String getName()
getName in interface MethodStructurepublic ClassStructure getReturnType()
getReturnType in interface MethodStructurepublic ClassStructure[] getParameterTypes()
getParameterTypes in interface MethodStructurepublic ClassStructure[] getExceptions()
getExceptions in interface MethodStructurepublic int hashCode()
hashCode in class java.lang.Objectpublic boolean equals(java.lang.Object obj)
equals in class java.lang.Object