in scala/util/regexp
trait Base

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

basic regular expressions

Field Summary
abstract type regexp

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

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

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

Methods inherited from scala/ScalaObject-class
getType

Object Summary
case object Eps

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

Field Detail

regexp

  abstract type regexp <: RegExp
Method Detail

mkSequ

  final def mkSequ(rs: regexp*): RegExp