Class TagDef
- java.lang.Object
-
- com.thoughtworks.qdox.parser.structs.LocatedDef
-
- com.thoughtworks.qdox.parser.structs.TagDef
-
public class TagDef extends LocatedDef
-
-
Field Summary
Fields Modifier and Type Field Description java.lang.String
name
java.lang.String
text
-
Fields inherited from class com.thoughtworks.qdox.parser.structs.LocatedDef
lineNumber
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description boolean
equals(java.lang.Object obj)
int
hashCode()
java.lang.String
toString()
-