implicit class TestOpsUtils extends AnyRef
- Alphabetic
- By Inheritance
- TestOpsUtils
- AnyRef
- Any
- Hide All
- Show All
- Public
- Protected
Instance Constructors
- new TestOpsUtils(text: 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 clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def extractDotTermExclusive(limiterFactory: () => Limiter, line: Int, offset: Int): Option[ExclusiveDotTerm]
Extract a dot delimited term constructed from only the characters allowed by the limiter searching in both directions from the line and offset position provided.
Extract a dot delimited term constructed from only the characters allowed by the limiter searching in both directions from the line and offset position provided. The term is split into two strings, the first contains dot-delimited segments prior to the one containing the offset (if present). The second contains any residual text, which may be empty if the term ends with a dot.
- def extractDotTermInclusive(limiterFactory: () => Limiter, line: Int, offset: Int): Option[(String, Location)]
Extract a dot delimited term constructed from only the characters allowed the limiter at the line and offset provided.
Extract a dot delimited term constructed from only the characters allowed the limiter at the line and offset provided. If inclusive is set the term encompasses the offset, if not the term includes all segments upto the preceding dot.
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def findLimit(limiter: Limiter, forward: Boolean, offset: Int): Option[Int]
Search for last allowed character from a set either forwards or backwards from an offset
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getLine(line: Int): Option[String]
Find a specific line in text contents
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- 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 splitLines: Array[String]
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toString(): String
- Definition Classes
- 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()