public abstract class SingleLine extends Line
| Constructor and Description |
|---|
SingleLine(Document document,
int offset,
LineType lineType)
Creates a line.
This line always spans only one line. |
| Modifier and Type | Method and Description |
|---|---|
void |
parse()
Parses a line.
|
assertParsed, createModelException, createModelException, getDocument, getLength, getLineNumber, getLineType, getOffset, getSourceInfo, getText, setLength, toStringpublic void parse()
throws ModelException
Lineparse in class LineModelException - if parsing failedCopyright © 2016 Krake Softwaretechnik. All rights reserved.