- 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
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidparse()Parses a line.-
Methods inherited from class org.tentackle.model.parse.Line
assertParsed, createModelException, createModelException, getDocument, getLength, getLineNumber, getLineType, getOffset, getSourceInfo, getText, setLength, toString
-
-
-
-
Method Detail
-
parse
public void parse() throws ModelExceptionDescription copied from class:LineParses a line.- Specified by:
parsein classLine- Throws:
ModelException- if parsing failed
-
-