BracketPattern

final case class BracketPattern(pattern: String) extends Pattern with SingleCharacterPattern

A wildcard pattern matching either class or range of characters.

A wildcard pattern matching either class or range of characters.

trait Serializable
trait Product
trait Equals
trait Pattern
class Object
trait Matchable
class Any

Value members

Concrete methods

override def matches(c: Char): Boolean
Definition Classes

Inherited methods

final def matcher(value: String): Matcher

Creates a matcher that will match the given input against this pattern.

Creates a matcher that will match the given input against this pattern.

Inherited from
Pattern
def productElementNames: Iterator[String]
Inherited from
Product
def productIterator: Iterator[Any]
Inherited from
Product

Concrete fields

Inherited fields

override val minWidth: Int