com.thoughtworks.qdox.parser.structs
Class ClassDef
java.lang.Object
com.thoughtworks.qdox.parser.structs.LocatedDef
com.thoughtworks.qdox.parser.structs.ClassDef
public class ClassDef
- extends LocatedDef
CLASS
public static final String CLASS
- See Also:
- Constant Field Values
INTERFACE
public static final String INTERFACE
- See Also:
- Constant Field Values
ENUM
public static final String ENUM
- See Also:
- Constant Field Values
ANNOTATION_TYPE
public static final String ANNOTATION_TYPE
- See Also:
- Constant Field Values
name
public String name
modifiers
public Set modifiers
extendz
public Set extendz
implementz
public Set implementz
type
public String type
ClassDef
public ClassDef()
equals
public boolean equals(Object obj)
- Overrides:
equals
in class Object
hashCode
public int hashCode()
- Overrides:
hashCode
in class Object
toString
public String toString()
- Overrides:
toString
in class Object
Copyright © 2002-2011. All Rights Reserved.