scala.util.regexp

class Base

[source: scala/util/regexp/Base.scala]

abstract class Base
extends AnyRef
Basic regular expressions.
Author
Burak Emir
Version
1.0
Direct Known Subclasses:
PointedHedgeExp, WordExp

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
abstract type _regexpT <: RegExp

Method Details
final def mkSequ(rs : _regexpT*) : RegExp