final
class
Matcher extends AnyRef
Instance Constructors
-
Value Members
-
final
def
!=(arg0: Any): Boolean
-
final
def
##(): Int
-
final
def
==(arg0: Any): Boolean
-
def
appendReplacement(sb: StringBuffer, replacement: String): Matcher
-
-
final
def
asInstanceOf[T0]: T0
-
def
clone(): AnyRef
-
def
end(name: String): Int
-
def
end(group: Int): Int
-
def
end(): Int
-
-
-
def
finalize(): Unit
-
-
-
final
def
getClass(): Class[_]
-
def
group(group: Int): String
-
def
group(): String
-
def
group(name: String): String
-
def
groupCount(): Int
-
def
hasTransparentBounds(): Boolean
-
def
hashCode(): Int
-
def
inputLength(): Int
-
final
def
isInstanceOf[T0]: Boolean
-
def
lookingAt(): Boolean
-
def
matches(): Boolean
-
-
final
def
notify(): Unit
-
final
def
notifyAll(): Unit
-
def
pattern(): Pattern
-
def
region(start: Int, end: Int): Matcher
-
def
regionEnd(): Int
-
def
regionStart(): Int
-
def
replaceAll(replacement: String): String
-
def
replaceFirst(replacement: String): String
-
-
-
def
start(name: String): Int
-
def
start(group: Int): Int
-
def
start(): Int
-
def
substring(start: Int, end: Int): String
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
-
def
toString(): String
-
def
usePattern(newPattern: Pattern): Matcher
-
def
useTransparentBounds(b: Boolean): Matcher
-
final
def
wait(): Unit
-
final
def
wait(arg0: Long, arg1: Int): Unit
-
final
def
wait(arg0: Long): Unit