Uses of Class
org.tentackle.model.parse.Line
-
Packages that use Line Package Description org.tentackle.model.parse Model parsing. -
-
Uses of Line in org.tentackle.model.parse
Subclasses of Line in org.tentackle.model.parse Modifier and Type Class Description classAttributeLineThe attribute definition line.classCommentLineA comment line.classConfigurationLineThe configuration line.
<key> := <config>[;]classEmptyLineThe empty line.classGlobalOptionLineGlobal options line.classMultiLineA line consisting of multiple physical lines.
Such lines are concatenated by trailing commas or colons.classOptionLineThe option line.classRelationLineDescribes the relation to other entities.classSingleLineA line consisting of a single physical line.Methods in org.tentackle.model.parse that return Line Modifier and Type Method Description LineLineType. createLine(Document document, int offset)Creates a line for this line type.protected LineDocument. nextLine(Line currentLine)Gets the next line.Methods in org.tentackle.model.parse that return types with arguments of type Line Modifier and Type Method Description java.util.List<Line>Document. getLines()Gets the parsed lines.protected java.util.List<Line>Document. parse()Parses the document and returns a list of lines.Methods in org.tentackle.model.parse with parameters of type Line Modifier and Type Method Description protected LineDocument. nextLine(Line currentLine)Gets the next line.voidLineParser. parse(Line line)Parses a line.
-