com.thoughtworks.qdox.parser.structs

Class ClassDef

public class ClassDef extends LocatedDef

Field Summary
Setextendz
Setimplementz
booleanisInterface
Setmodifiers
Stringname
Method Summary
booleanequals(Object obj)
inthashCode()
StringtoString()

Field Detail

extendz

public Set extendz

implementz

public Set implementz

isInterface

public boolean isInterface

modifiers

public Set modifiers

name

public String name

Method Detail

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()