com.thoughtworks.qdox.parser.structs
public class TagDef extends LocatedDef
| Field Summary | |
|---|---|
| String | name |
| String | text |
| Constructor Summary | |
|---|---|
| TagDef(String name, String text, int lineNumber) | |
| TagDef(String name, String text) | |
| Method Summary | |
|---|---|
| boolean | equals(Object obj) |
| int | hashCode() |
| String | toString() |