scala.util.regexp.PointedHedgeExp

Sequ

object Sequ extends AnyRef

definition classes: Base
Go to: companion

Inherits

  1. AnyRef
  2. Any

Value Members

  1. def apply(rs: _regexpT*): RegExp

    Sequ( R,R* )

  2. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  3. def hashCode(): Int

    Returns a hash code value for the object

  4. def toString(): String

    Returns a string representation of the object

  5. def unapplySeq(x: Sequ): Some[Seq[_regexpT]]