Class ClassDef
java.lang.Object
com.thoughtworks.qdox.parser.structs.LocatedDef
com.thoughtworks.qdox.parser.structs.ClassDef
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetName()
getType()
void
setExtends
(Set<TypeDef> extendz) void
setImplements
(Set<TypeDef> implementz) void
setModifiers
(Set<String> modifiers) void
void
void
setTypeParameters
(List<TypeVariableDef> typeParams) toString()
Methods inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
getColumnNumber, getLineNumber, setColumnNumber, setLineNumber
-
Field Details
-
CLASS
- See Also:
-
INTERFACE
- See Also:
-
ENUM
- See Also:
-
ANNOTATION_TYPE
- See Also:
-
name
-
modifiers
-
typeParams
-
extendz
-
implementz
-
type
-
-
Constructor Details
-
ClassDef
public ClassDef() -
ClassDef
-
-
Method Details