com.thoughtworks.qdox.parser.structs

Class MethodDef

public class MethodDef extends LocatedDef

Field Summary
Stringbody
booleanconstructor
intdimensions
Setexceptions
Setmodifiers
Stringname
Listparams
TypeDefreturnType
ListtypeParams
Method Summary
booleanequals(Object obj)
inthashCode()
StringtoString()

Field Detail

body

public String body

constructor

public boolean constructor

dimensions

public int dimensions

exceptions

public Set exceptions

modifiers

public Set modifiers

name

public String name

params

public List params

returnType

public TypeDef returnType

typeParams

public List typeParams

Method Detail

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()