Class Tag


  • public class Tag
    extends Object
    * A tag
    • Constructor Detail

      • Tag

        public Tag()
        No args constructor for use in serialization
      • Tag

        public Tag​(Location location,
                   String name,
                   String id)
        Parameters:
        name -
        location -
        id -
    • Method Detail

      • getLocation

        public Location getLocation()
        * Points to a line and a column in a text file (Required)
      • setLocation

        public void setLocation​(Location location)
        * Points to a line and a column in a text file (Required)
      • getName

        public String getName()
        The name of the tag (including the leading `@`) (Required)
      • setName

        public void setName​(String name)
        The name of the tag (including the leading `@`) (Required)
      • getId

        public String getId()
        Unique ID to be able to reference the Tag from PickleTag (Required)
      • setId

        public void setId​(String id)
        Unique ID to be able to reference the Tag from PickleTag (Required)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object