Class PickleTag


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

      • PickleTag

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

        public PickleTag​(String name,
                         String astNodeId)
        Parameters:
        astNodeId -
        name -
    • Method Detail

      • getName

        public String getName()
        (Required)
      • setName

        public void setName​(String name)
        (Required)
      • getAstNodeId

        public String getAstNodeId()
        Points to the AST node this was created from (Required)
      • setAstNodeId

        public void setAstNodeId​(String astNodeId)
        Points to the AST node this was created from (Required)
      • hashCode

        public int hashCode()
        Overrides:
        hashCode in class Object