Class MultiLine

java.lang.Object
org.tentackle.model.parse.Line
org.tentackle.model.parse.MultiLine
Direct Known Subclasses:
OptionLine, RelationLine

public abstract class MultiLine extends Line
A line consisting of multiple physical lines.
Such lines are concatenated by trailing commas or colons. The first empty line or line ending with a semicolon ends the multiline.
Author:
harald
  • Constructor Details

    • MultiLine

      public MultiLine(Document document, int offset, LineType lineType)
      Creates a multi-line.
      Parameters:
      document - the whole document
      offset - offset to first character within document
      lineType - the line type
  • Method Details