Class ClassDef
- java.lang.Object
-
- com.thoughtworks.qdox.parser.structs.LocatedDef
-
- com.thoughtworks.qdox.parser.structs.ClassDef
-
public class ClassDef extends LocatedDef
-
-
Field Summary
Fields Modifier and Type Field Description static java.lang.StringANNOTATION_TYPEstatic java.lang.StringCLASSstatic java.lang.StringENUMjava.util.Setextendzjava.util.Setimplementzstatic java.lang.StringINTERFACEjava.util.Setmodifiersjava.lang.Stringnamejava.lang.Stringtypejava.util.ListtypeParams-
Fields inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
lineNumber
-
-
Constructor Summary
Constructors Constructor Description ClassDef()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleanequals(java.lang.Object obj)inthashCode()java.lang.StringtoString()
-
-
-
Field Detail
-
CLASS
public static final java.lang.String CLASS
- See Also:
- Constant Field Values
-
INTERFACE
public static final java.lang.String INTERFACE
- See Also:
- Constant Field Values
-
ENUM
public static final java.lang.String ENUM
- See Also:
- Constant Field Values
-
ANNOTATION_TYPE
public static final java.lang.String ANNOTATION_TYPE
- See Also:
- Constant Field Values
-
name
public java.lang.String name
-
modifiers
public java.util.Set modifiers
-
typeParams
public java.util.List typeParams
-
extendz
public java.util.Set extendz
-
implementz
public java.util.Set implementz
-
type
public java.lang.String type
-
-