Class Into

    • Constructor Detail

      • Into

        public Into()
        Construct default object
      • Into

        public Into​(GroupSymbol group)
        Construct object with specified group
        Parameters:
        group - Group being held
    • Method Detail

      • setGroup

        public void setGroup​(GroupSymbol group)
        Set the group held by the clause
        Parameters:
        group - Group to hold
      • getGroup

        public GroupSymbol getGroup()
        Get group held by clause
        Returns:
        Group held by clause
      • acceptVisitor

        public void acceptVisitor​(LanguageVisitor visitor)
        Description copied from interface: LanguageObject
        Method for accepting a visitor. It is the responsibility of the language object to call back on the visitor.
        Specified by:
        acceptVisitor in interface LanguageObject
        Parameters:
        visitor - Visitor being used
      • equals

        public boolean equals​(Object obj)
        Check whether objects are equal
        Overrides:
        equals in class Object
        Parameters:
        obj - Other object
        Returns:
        True if equal
      • hashCode

        public int hashCode()
        Get hash code of object
        Overrides:
        hashCode in class Object
        Returns:
        Hash code
      • toString

        public String toString()
        Returns a string representation of an instance of this class.
        Overrides:
        toString in class Object
        Returns:
        String representation of object