Class ImmutableTrees.ForEnd

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      private ForEnd()  
    • Method Summary

      All Methods Static Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      boolean equals​(java.lang.Object another)
      This instance is equal to all instances of ForEnd that have equal attribute values.
      int hashCode()
      Returns a constant hash code value.
      static ImmutableTrees.ForEnd of()
      Returns the default immutable singleton value of ForEnd
      java.lang.String toString()
      Prints the immutable value ForEnd.
      • Methods inherited from class java.lang.Object

        clone, finalize, getClass, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • ForEnd

        private ForEnd()
    • Method Detail

      • equals

        public boolean equals​(@Nullable
                              java.lang.Object another)
        This instance is equal to all instances of ForEnd that have equal attribute values. As instances of the ForEnd class are interned, the equals method is implemented as an efficient reference equality check.
        Overrides:
        equals in class java.lang.Object
        Returns:
        true if this is equal to another instance
      • hashCode

        public int hashCode()
        Returns a constant hash code value.
        Overrides:
        hashCode in class java.lang.Object
        Returns:
        hashCode value
      • toString

        public java.lang.String toString()
        Prints the immutable value ForEnd.
        Overrides:
        toString in class java.lang.Object
        Returns:
        A string representation of the value
      • of

        public static ImmutableTrees.ForEnd of()
        Returns the default immutable singleton value of ForEnd
        Returns:
        An immutable instance of ForEnd