Class Trees.TextLine

java.lang.Object
org.immutables.generator.processor.Trees.TextLine
All Implemented Interfaces:
Trees.Synthetic, Trees.TemplatePart
Direct Known Subclasses:
ImmutableTrees.TextLine
Enclosing class:
Trees

@Immutable public abstract static class Trees.TextLine extends Object implements Trees.TemplatePart, Trees.Synthetic
  • Constructor Details

    • TextLine

      public TextLine()
  • Method Details

    • fragment

      public abstract Trees.TextFragment fragment()
    • isBlank

      public boolean isBlank()
    • isEmpty

      public boolean isEmpty()
    • newline

      @Default public boolean newline()
    • toString

      public String toString()
      Overrides:
      toString in class Object