com.thoughtworks.qdox.parser.structs
Class AnnoDef

java.lang.Object
  extended bycom.thoughtworks.qdox.parser.structs.LocatedDef
      extended bycom.thoughtworks.qdox.parser.structs.AnnoDef

public class AnnoDef
extends LocatedDef


Field Summary
 java.util.Map args
           
 java.lang.String name
           
 AnnoDef tempAnno
           
 
Fields inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
lineNumber
 
Constructor Summary
AnnoDef()
           
 
Method Summary
 boolean equals(java.lang.Object obj)
           
 int hashCode()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

name

public java.lang.String name

args

public java.util.Map args

tempAnno

public AnnoDef tempAnno
Constructor Detail

AnnoDef

public AnnoDef()
Method Detail

equals

public boolean equals(java.lang.Object obj)

hashCode

public int hashCode()

toString

public java.lang.String toString()


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