Class ImmutableTrees.LetEnd
java.lang.Object
org.immutables.generator.processor.ImmutableTrees.LetEnd
- All Implemented Interfaces:
Trees.Directive,Trees.DirectiveEnd,Trees.LetEnd,Trees.TemplatePart
- Enclosing class:
ImmutableTrees
Immutable implementation of
Trees.LetEnd.
Use the static factory method to get the default singleton instance:
ImmutableTrees.LetEnd.of().
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionbooleanThis instance is equal to all instances ofLetEndthat have equal attribute values.inthashCode()Returns a constant hash code value.static ImmutableTrees.LetEndof()Returns the default immutable singleton value ofLetEndtoString()Prints the immutable valueLetEnd.
-
Field Details
-
INSTANCE
-
-
Constructor Details
-
LetEnd
private LetEnd()
-
-
Method Details
-
equals
This instance is equal to all instances ofLetEndthat have equal attribute values. As instances of theLetEndclass are interned, theequalsmethod is implemented as an efficient reference equality check. -
hashCode
public int hashCode()Returns a constant hash code value. -
toString
Prints the immutable valueLetEnd. -
of
Returns the default immutable singleton value ofLetEnd- Returns:
- An immutable instance of LetEnd
-