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
Methods inherited from class java.lang.Object |
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
name
public java.lang.String name
modifiers
public java.util.Set modifiers
extendz
public java.util.Set extendz
implementz
public java.util.Set implementz
isInterface
public boolean isInterface
ClassDef
public ClassDef()
equals
public boolean equals(java.lang.Object obj)
hashCode
public int hashCode()
toString
public java.lang.String toString()
Copyright © 2002-2005 ThoughtWorks, Inc. All Rights Reserved.