|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.thoughtworks.qdox.parser.structs.LocatedDef
com.thoughtworks.qdox.parser.structs.TagDef
public class TagDef
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 |
---|
public String name
public String text
Constructor Detail |
---|
public TagDef(String name, String text, int lineNumber)
public TagDef(String name, String text)
Method Detail |
---|
public boolean equals(Object obj)
equals
in class Object
public int hashCode()
hashCode
in class Object
public String toString()
toString
in class Object
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |