public class SXData.TagData extends java.lang.Object implements java.lang.Comparable<SXData.TagData>
Modifier | Constructor and Description |
---|---|
protected |
TagData(java.lang.String nm)
Create a new TagData object.
|
Modifier and Type | Method and Description |
---|---|
boolean |
check()
Check that the tag has been completely initialized.
|
int |
compareTo(SXData.TagData o) |
void |
isRequiredBy(SXData.TagData tag)
Remember which tags are using this one.
|
void |
requires(SXData.TagData needed)
This is called when this tag requires some other tag to
be executable.
|
java.lang.String |
toString() |
protected TagData(java.lang.String nm)
nm
- Name for new tagpublic void requires(SXData.TagData needed)
needed
- The required tag.public void isRequiredBy(SXData.TagData tag)
tag
- the clientpublic int compareTo(SXData.TagData o)
compareTo
in interface java.lang.Comparable<SXData.TagData>
public java.lang.String toString()
toString
in class java.lang.Object
public boolean check()