public class Tag extends java.lang.Object
Objects of this class are used to annotate other objects.
Currently, tags are used to annotate AST elements.
elements
Mark
java.lang.Object
getData()
java.lang.String
getName()
toString()
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
public java.lang.String getName()
Get the tag name.
public java.lang.Object getData()
Get the tag data.
public java.lang.String toString()
toString