Class SingleLine

java.lang.Object
org.tentackle.model.parse.Line
org.tentackle.model.parse.SingleLine
Direct Known Subclasses:
AttributeLine, CommentLine, ConfigurationLine, EmptyLine, GlobalOptionLine

public abstract class SingleLine extends Line
A line consisting of a single physical line.
Author:
harald
  • Constructor Details

    • SingleLine

      public SingleLine(Document document, int offset, LineType lineType)
      Creates a line.
      This line always spans only one line.
      Parameters:
      document - the whole document
      offset - offset to first character within document
      lineType - the line type
  • Method Details