com.thoughtworks.qdox.parser.structs
Class ClassDef

java.lang.Object
  extended by com.thoughtworks.qdox.parser.structs.LocatedDef
      extended by com.thoughtworks.qdox.parser.structs.ClassDef

public class ClassDef
extends LocatedDef


Field Summary
static String ANNOTATION_TYPE
           
static String CLASS
           
static String ENUM
           
 Set extendz
           
 Set implementz
           
static String INTERFACE
           
 Set modifiers
           
 String name
           
 String type
           
 
Fields inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
lineNumber
 
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

CLASS

public static final String CLASS
See Also:
Constant Field Values

INTERFACE

public static final String INTERFACE
See Also:
Constant Field Values

ENUM

public static final String ENUM
See Also:
Constant Field Values

ANNOTATION_TYPE

public static final String ANNOTATION_TYPE
See Also:
Constant Field Values

name

public String name

modifiers

public Set modifiers

extendz

public Set extendz

implementz

public Set implementz

type

public String type
Constructor Detail

ClassDef

public ClassDef()
Method Detail

equals

public boolean equals(Object obj)
Overrides:
equals in class Object

hashCode

public int hashCode()
Overrides:
hashCode in class Object

toString

public String toString()
Overrides:
toString in class Object


Copyright © 2002-2011. All Rights Reserved.