Packages

final class Matcher extends MatchResult with Cloneable

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Matcher
  2. Cloneable
  3. MatchResult
  4. AnyRef
  5. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Value Members

  1. final def !=(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  2. final def ##: Int
    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  4. var _inputSequence: CharSequence
  5. var _pattern: Pattern
  6. def appendReplacement(sb: StringBuffer, replacement: String): Matcher
  7. def appendTail(sb: StringBuffer): StringBuffer
  8. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native()
  10. def end(name: String): Int
  11. def end(group: Int): Int
    Definition Classes
    MatcherMatchResult
  12. def end(): Int
    Definition Classes
    MatcherMatchResult
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable])
  16. def find(start: Int): Boolean
  17. def find(): Boolean
  18. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  19. def group(name: String): String
  20. def group(group: Int): String
    Definition Classes
    MatcherMatchResult
  21. def group(): String
    Definition Classes
    MatcherMatchResult
  22. def groupCount(): Int
    Definition Classes
    MatcherMatchResult
  23. def hasAnchoringBounds(): Boolean
  24. def hasTransparentBounds(): Boolean
  25. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  26. def hitEnd(): Boolean
  27. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  28. def lookingAt(): Boolean
  29. def matches(): Boolean
  30. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  31. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  33. def pattern(): Pattern
  34. def region(start: Int, end: Int): Matcher
  35. def regionEnd(): Int
  36. def regionStart(): Int
  37. def replaceAll(replacement: String): String
  38. def replaceFirst(replacement: String): String
  39. def requireEnd(): Boolean
  40. def reset(input: CharSequence): Matcher
  41. def reset(): Matcher
  42. def start(name: String): Int
  43. def start(group: Int): Int
    Definition Classes
    MatcherMatchResult
  44. def start(): Int
    Definition Classes
    MatcherMatchResult
  45. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  46. def toMatchResult(): MatchResult
  47. def toString(): String
    Definition Classes
    Matcher → AnyRef → Any
  48. def useAnchoringBounds(b: Boolean): Matcher
  49. def usePattern(newPattern: Pattern): Matcher
  50. def useTransparentBounds(b: Boolean): Matcher
  51. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  52. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  53. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()

Inherited from Cloneable

Inherited from MatchResult

Inherited from AnyRef

Inherited from Any

Ungrouped