in scala/util/regexp
trait Base

trait Base()
extends Object
with ScalaObject
Implementing classes or objects:
trait PointedHedgeExp()
trait WordExp()

basic regular expressions

Field Summary
abstract type _regexpT

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

Methods inherited from java/lang/Object-class
clone, eq, equals, finalize, getClass, hashCode, ne, notify, notifyAll, synchronized, toString, wait, wait, wait

Methods inherited from scala/Any-class
!=, ==, asInstanceOf, isInstanceOf, match

Methods inherited from scala/ScalaObject-class
getScalaType

Object Summary
case object Eps

Class Summary
case class Alt(rs: _regexpT*)
     Alt( R,R,R* )
  class Meta(r1: _regexpT)
     this class can be used to add meta information to regexps
abstract class RegExp()
case class Sequ(rs: _regexpT*)
case class Star(r: _regexpT)

Field Detail

_regexpT

  abstract type _regexpT<:RegExp
Method Detail

mkSequ

  final def mkSequ(rs: _regexpT*): RegExp