Uses of Class
org.tentackle.model.parse.Line
Packages that use Line
-
Uses of Line in org.tentackle.model.parse
Subclasses of Line in org.tentackle.model.parseModifier and TypeClassDescriptionclassThe attribute definition line.classA comment line.classThe configuration line.
<key> := <config>[;]classThe empty line.classGlobal options line.classA line consisting of multiple physical lines.
Such lines are concatenated by trailing commas or colons.classThe option line.classDescribes the relation to other entities.classA line consisting of a single physical line.Methods in org.tentackle.model.parse that return LineModifier and TypeMethodDescriptionLineType.createLine(Document document, int offset) Creates a line for this line type.protected LineGets the next line.Methods in org.tentackle.model.parse that return types with arguments of type LineModifier and TypeMethodDescriptionDocument.getLines()Gets the parsed lines.Document.parse()Parses the document and returns a list of lines.Methods in org.tentackle.model.parse with parameters of type Line