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 MethodStructure
public ClassStructure getReturnType()
getReturnType
in interface MethodStructure
public ClassStructure[] getParameterTypes()
getParameterTypes
in interface MethodStructure
public ClassStructure[] getExceptions()
getExceptions
in interface MethodStructure
public int hashCode()
hashCode
in class java.lang.Object
public boolean equals(java.lang.Object obj)
equals
in class java.lang.Object