abstract class Highlight

Members

private val highlight : String
def + ( other: Highlight ) ( implicit ctx: Context ) : HighlightBuffer
def + ( other: String ) ( implicit ctx: Context ) : HighlightBuffer
def + ( x$0: Any ) : String
def charAt ( x$0: Int ) : Char
def chars ( ) : IntStream
def clone ( ) : Object
def codePointAt ( x$0: Int ) : Int
def codePointBefore ( x$0: Int ) : Int
def codePointCount ( x$0: Int , x$1: Int ) : Int
def codePoints ( ) : IntStream
def compareTo ( x$0: String ) : Int
def compareToIgnoreCase ( x$0: String ) : Int
def concat ( x$0: String ) : String
def contains ( x$0: CharSequence ) : Boolean
def contentEquals ( x$0: CharSequence ) : Boolean
def contentEquals ( x$0: StringBuffer ) : Boolean
def endsWith ( x$0: String ) : Boolean
def eq ( x$0: Object ) : Boolean
def equals ( x$0: Any ) : Boolean
def equalsIgnoreCase ( x$0: String ) : Boolean
def finalize ( ) : Unit
@Deprecated @deprecated def getBytes ( x$0: Int , x$1: Int , x$2: Array [ Byte ] , x$3: Int ) : Unit
@throws def getBytes ( x$0: String ) : Array
def getBytes ( x$0: Charset ) : Array
def getBytes ( ) : Array
def getChars ( x$0: Int , x$1: Int , x$2: Array [ Char ] , x$3: Int ) : Unit
def getChars ( x$0: Array [ Char ] , x$1: Int ) : Unit
def hashCode ( ) : Int
def indexOf ( x$0: Int , x$1: Int ) : Int
def indexOf ( x$0: Int ) : Int
def indexOf ( x$0: String ) : Int
def indexOf ( x$0: String , x$1: Int ) : Int
def intern ( ) : String
def isEmpty ( ) : Boolean
def lastIndexOf ( x$0: Int , x$1: Int ) : Int
def lastIndexOf ( x$0: Int ) : Int
def lastIndexOf ( x$0: String , x$1: Int ) : Int
def lastIndexOf ( x$0: String ) : Int
def length ( ) : Int
def matches ( x$0: String ) : Boolean
def ne ( x$0: Object ) : Boolean
def notify ( ) : Unit
def notifyAll ( ) : Unit
def offsetByCodePoints ( x$0: Int , x$1: Int ) : Int
def regionMatches ( x$0: Boolean , x$1: Int , x$2: String , x$3: Int , x$4: Int ) : Boolean
def regionMatches ( x$0: Int , x$1: String , x$2: Int , x$3: Int ) : Boolean
def replace ( x$0: Char , x$1: Char ) : String
def replace ( x$0: CharSequence , x$1: CharSequence ) : String
def replaceAll ( x$0: String , x$1: String ) : String
def replaceFirst ( x$0: String , x$1: String ) : String
def show ( implicit ctx: Context ) : String
def split ( x$0: String ) : Array
def split ( x$0: String , x$1: Int ) : Array
def startsWith ( x$0: String , x$1: Int ) : Boolean
def startsWith ( x$0: String ) : Boolean
def subSequence ( x$0: Int , x$1: Int ) : CharSequence
def substring ( x$0: Int ) : String
def substring ( x$0: Int , x$1: Int ) : String
def synchronized ( x$0: X0 ) : [X0] => (x$0: X0)X0 (not handled)
def text : String
def toCharArray ( ) : Array
def toLowerCase ( ) : String
def toLowerCase ( x$0: Locale ) : String
override def toString : String
def toString ( ) : String
def toUpperCase ( ) : String
def toUpperCase ( x$0: Locale ) : String
def trim ( ) : String
def wait ( x$0: Long , x$1: Int ) : Unit
def wait ( x$0: Long ) : Unit
def wait ( ) : Unit