com.thoughtworks.qdox.parser.structs
public class ClassDef extends LocatedDef
| Field Summary | |
|---|---|
| static String | ANNOTATION_TYPE |
| static String | CLASS |
| Set | extendz |
| static String | ENUM |
| Set | implementz |
| static String | INTERFACE |
| Set | modifiers |
| String | name |
| String | type |
| Method Summary | |
|---|---|
| boolean | equals(Object obj) |
| int | hashCode() |
| String | toString() |