TextLines

ostrat.TextLines
case class TextLines(text: String, numLines: Int, firstLen: Int, lastLen: Int)

Class for returning output from a syntax hierarchy such as XML. HTML, CSS, JAvaScript, C ode etc. The class is created with a given max line length and an indentation line. The second and subsequent lines will be indented to the given level. Indentation for the first line is the responsibility of the calling object.

Attributes

Graph
Supertypes
trait Serializable
trait Product
trait Equals
class Object
trait Matchable
class Any
Show all

Members list

Value members

Inherited methods

Attributes

Inherited from:
Product

Attributes

Inherited from:
Product