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 java.lang.Object implements Trees.TemplatePart, Trees.Synthetic
-
-
Constructor Summary
Constructors Constructor Description TextLine()
-
Method Summary
All Methods Instance Methods Abstract Methods Concrete Methods Modifier and Type Method Description abstract Trees.TextFragmentfragment()booleanisBlank()booleanisEmpty()booleannewline()java.lang.StringtoString()
-
-
-
Method Detail
-
fragment
public abstract Trees.TextFragment fragment()
-
isBlank
public boolean isBlank()
-
isEmpty
public boolean isEmpty()
-
newline
@Default public boolean newline()
-
toString
public java.lang.String toString()
- Overrides:
toStringin classjava.lang.Object
-
-