|
Scala Library
|
|
scala/util/regexp/Base.scala]
abstract
class
Base
extends AnyRef| Type Summary | |
abstract type
|
_regexpT <: RegExp |
| Method Summary | |
final def
|
mkSequ (rs : _regexpT*) : RegExp |
| Methods inherited from AnyRef | |
| getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized |
| Methods inherited from Any | |
| ==, !=, isInstanceOf, asInstanceOf |
| Class Summary | |
case class
|
Alt
(val rs : _regexpT*) extends RegExp with Product
Alt( R,R,R )
|
class
|
Meta
(r1 : _regexpT) extends RegExp
this class can be used to add meta information to regexps
|
abstract class
|
RegExp
extends AnyRef
|
case class
|
Sequ
(val rs : _regexpT*) extends RegExp with Product
|
case class
|
Star
(val r : _regexpT) extends RegExp with Product
|
| Object Summary | |
case object
|
Eps
extends RegExp with Product
|
| Type Details |
| Method Details |
|
Scala Library
|
|