com.thoughtworks.qdox.parser.structs
Class TagDef
java.lang.Object
com.thoughtworks.qdox.parser.structs.LocatedDef
com.thoughtworks.qdox.parser.structs.TagDef
public class TagDef
- extends LocatedDef
name
public String name
text
public String text
TagDef
public TagDef(String name,
String text,
int lineNumber)
TagDef
public TagDef(String name,
String text)
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.