Class Line


  • @Accessors
    public class Line
    extends java.lang.Object
    • Constructor Detail

      • Line

        public Line​(int offset,
                    boolean leadingSemanticNewLine,
                    int newLineCharCount)
    • Method Detail

      • toString

        public java.lang.String toString()
        Overrides:
        toString in class java.lang.Object
      • getOffset

        @Pure
        public int getOffset()
      • isLeadingSemanticNewLine

        @Pure
        public boolean isLeadingSemanticNewLine()
      • getNewLineCharCount

        @Pure
        public int getNewLineCharCount()
      • getChunks

        @Pure
        public java.util.List<Chunk> getChunks()
      • getContent

        @Pure
        public java.lang.String getContent()
      • setContent

        public void setContent​(java.lang.String content)
      • getIndentLength

        @Pure
        public int getIndentLength()
      • setIndentLength

        public void setIndentLength​(int indentLength)