com.thoughtworks.qdox.parser.structs
Class ClassDef

java.lang.Object
  extended bycom.thoughtworks.qdox.parser.structs.ClassDef

public class ClassDef
extends Object


Field Summary
 Set extendz
           
 Set implementz
           
 boolean isInterface
           
 Set modifiers
           
 String name
           
 
Constructor Summary
ClassDef()
           
 
Method Summary
 boolean equals(Object obj)
           
 int hashCode()
           
 String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public String name

modifiers

public Set modifiers

extendz

public Set extendz

implementz

public Set implementz

isInterface

public boolean isInterface
Constructor Detail

ClassDef

public ClassDef()
Method Detail

equals

public boolean equals(Object obj)

hashCode

public int hashCode()

toString

public String toString()


Copyright © 2002-2003 ThoughtWorks, Inc. All Rights Reserved.