class LinedString extends CharSequence with LinesHolder
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- LinedString
- LinesHolder
- CharSequence
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Instance Constructors
- new LinedString(s: String)
Value Members
- final def !=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def ##(): Int
- Definition Classes
- AnyRef → Any
- final def ==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def charAt(index: Int): Char
- Definition Classes
- LinedString → CharSequence
- def chars(): IntStream
- Definition Classes
- CharSequence
- def clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def codePoints(): IntStream
- Definition Classes
- CharSequence
- def concat(other: LinedString): LinedString
- def endOffsetOf(line: Int): Int
- Definition Classes
- LinesHolder
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def intervalOf(line: Int): Interval
Interval of a given line, not including newline.
Interval of a given line, not including newline.
- Definition Classes
- LinesHolder
- def intervalOfNl(line: Int): Interval
Line
intervalOfbut including newline if the line is not the last line.Line
intervalOfbut including newline if the line is not the last line.- Definition Classes
- LinesHolder
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- lazy val length: Int
- Definition Classes
- LinedString → LinesHolder → CharSequence
- def lineNumberOf(offset: Int): Int
- Definition Classes
- LinesHolder
- val lines: List[CharSequence]
- def linesCount: Int
- Definition Classes
- LinesHolder
- def maximumIndent: Int
- Definition Classes
- LinesHolder
- final def ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- final def notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- final def notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- def replace(start: Int, end: Int, chars: String): LinedString
- def startOffsetOf(line: Int): Int
- Definition Classes
- LinesHolder
- def startOffsetOfClip(line: Int): Int
Like
startOffsetOf, but if line is too small, clips to zero, if line is too large, returnslength.Like
startOffsetOf, but if line is too small, clips to zero, if line is too large, returnslength.- Definition Classes
- LinesHolder
- def subSequence(start: Int, end: Int): LinedString
- Definition Classes
- LinedString → CharSequence
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toLocation(offset: Int): Location
- Definition Classes
- LinesHolder
- def toNearestOffset(location: Location): Int
- Definition Classes
- LinesHolder
- def toOffset(location: Location): Option[Int]
- Definition Classes
- LinesHolder
- lazy val toString: String
- Definition Classes
- LinedString → CharSequence → AnyRef → Any
- final def wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException])
- final def wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.InterruptedException]) @native()
- lazy val wraps: Seq[Int]
- Definition Classes
- LinedString → LinesHolder