com.thoughtworks.qdox.parser.structs

Class ClassDef


public class ClassDef
extends LocatedDef

Field Summary

static String
ANNOTATION_TYPE
static String
CLASS
static String
ENUM
static String
INTERFACE
Set
extendz
Set
implementz
Set
modifiers
String
name
String
type

Fields inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef

lineNumber

Method Summary

boolean
equals(Object obj)
int
hashCode()
String
toString()

Field Details

ANNOTATION_TYPE

public static final String ANNOTATION_TYPE

CLASS

public static final String CLASS

ENUM

public static final String ENUM

INTERFACE

public static final String INTERFACE

extendz

public Set extendz

implementz

public Set implementz

modifiers

public Set modifiers

name

public String name

type

public String type

Method Details

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()