com.thoughtworks.qdox.parser.structs
Class AnnoDef

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

public class AnnoDef
extends LocatedDef


Field Summary
 Map args
           
 String name
           
 AnnoDef tempAnno
           
 
Fields inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
lineNumber
 
Constructor Summary
AnnoDef()
           
 
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

args

public Map args

tempAnno

public AnnoDef tempAnno
Constructor Detail

AnnoDef

public AnnoDef()
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.