com.thoughtworks.qdox.parser.structs
public class MethodDef extends LocatedDef
| Field Summary | |
|---|---|
| String | body |
| boolean | constructor |
| int | dimensions |
| Set | exceptions |
| Set | modifiers |
| String | name |
| List | params |
| TypeDef | returnType |
| List | typeParams |
| Method Summary | |
|---|---|
| boolean | equals(Object obj) |
| int | hashCode() |
| String | toString() |