object StringReprOps extends ReprOps[Char, String]
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- StringReprOps
- ReprOps
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
- def apply(input: String, i: Int): Char
- Definition Classes
- StringReprOps → ReprOps
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[java.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 errorMessage(input: ParserInput[Char, String], expected: String, idx: Int): String
- Definition Classes
- StringReprOps → ReprOps
- def finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def flatten(input: collection.Seq[String]): String
- Definition Classes
- StringReprOps → ReprOps
- def fromArray(input: Array[Char]): String
- Definition Classes
- StringReprOps → ReprOps
- def fromSeq(input: collection.Seq[Char]): String
- Definition Classes
- StringReprOps → ReprOps
- def fromSingle(input: Char): String
- Definition Classes
- StringReprOps → ReprOps
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def length(input: String): Int
- Definition Classes
- StringReprOps → ReprOps
- def literalize(input: String): String
- Definition Classes
- StringReprOps → ReprOps
- 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 prettyIndex(input: ParserInput[Char, String], index: Int): String
- Definition Classes
- StringReprOps → ReprOps
- def prettyPrint(input: String): String
- Definition Classes
- StringReprOps → ReprOps
- def slice(input: String, start: Int, end: Int): String
- Definition Classes
- StringReprOps → ReprOps
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toArray(input: String): Array[Char]
- Definition Classes
- StringReprOps → ReprOps
- 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()