Class ConfigurationLine


public class ConfigurationLine extends SingleLine
The configuration line.
<key> := <config>[;]
Author:
harald
  • Constructor Details

    • ConfigurationLine

      public ConfigurationLine(Document document, int offset, LineType lineType)
      Creates a configuration 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