com.thoughtworks.qdox.parser.structs
Class TagDef

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

public class TagDef
extends LocatedDef


Field Summary
 String name
           
 String text
           
 
Fields inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
lineNumber
 
Constructor Summary
TagDef(String name, String text)
           
TagDef(String name, String text, int lineNumber)
           
 
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

text

public String text
Constructor Detail

TagDef

public TagDef(String name,
              String text,
              int lineNumber)

TagDef

public TagDef(String name,
              String text)
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.