final class Matcher extends MatchResult with Cloneable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Matcher
- Cloneable
- MatchResult
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- Protected
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
- var _inputSequence: CharSequence
- var _pattern: Pattern
- def appendReplacement(sb: StringBuffer, replacement: String): Matcher
- def appendTail(sb: StringBuffer): StringBuffer
- final def asInstanceOf[T0]: T0
- Definition Classes
- Any
- def clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.CloneNotSupportedException]) @native()
- def end(name: String): Int
- def end(group: Int): Int
- Definition Classes
- Matcher → MatchResult
- def end(): Int
- Definition Classes
- Matcher → MatchResult
- final def eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def equals(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef → Any
- def finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws(classOf[java.lang.Throwable])
- def find(start: Int): Boolean
- def find(): Boolean
- final def getClass(): Class[_ <: AnyRef]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def group(name: String): String
- def group(group: Int): String
- Definition Classes
- Matcher → MatchResult
- def group(): String
- Definition Classes
- Matcher → MatchResult
- def groupCount(): Int
- Definition Classes
- Matcher → MatchResult
- def hasAnchoringBounds(): Boolean
- def hasTransparentBounds(): Boolean
- def hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def hitEnd(): Boolean
- final def isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def lookingAt(): Boolean
- def matches(): Boolean
- 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 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 requireEnd(): Boolean
- def reset(input: CharSequence): Matcher
- def reset(): Matcher
- def start(name: String): Int
- def start(group: Int): Int
- Definition Classes
- Matcher → MatchResult
- def start(): Int
- Definition Classes
- Matcher → MatchResult
- final def synchronized[T0](arg0: => T0): T0
- Definition Classes
- AnyRef
- def toMatchResult(): MatchResult
- def toString(): String
- Definition Classes
- Matcher → AnyRef → Any
- def useAnchoringBounds(b: Boolean): Matcher
- def usePattern(newPattern: Pattern): Matcher
- def useTransparentBounds(b: Boolean): Matcher
- 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()