com.thoughtworks.qdox.parser.structs

Class ClassDef


public class ClassDef
extends LocatedDef

Field Summary

Set
extendz
Set
implementz
boolean
isInterface
Set
modifiers
String
name

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

lineNumber

Method Summary

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

Field Details

extendz

public Set extendz

implementz

public Set implementz

isInterface

public boolean isInterface

modifiers

public Set modifiers

name

public String name

Method Details

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()