Class ImmutableTrees.Newline

java.lang.Object
org.immutables.generator.processor.Trees.Newline
org.immutables.generator.processor.ImmutableTrees.Newline
All Implemented Interfaces:
Trees.TextPart
Enclosing class:
ImmutableTrees

@Immutable public static final class ImmutableTrees.Newline extends Trees.Newline
Immutable implementation of Trees.Newline.

Use the static factory method to get the default singleton instance: ImmutableTrees.Newline.of().

  • Field Details

  • Constructor Details

    • Newline

      private Newline()
  • Method Details

    • equals

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

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

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