in scala/util/regexp
trait Base

trait Base()
extends Object
with ScalaObject
Implementing classes or objects:
trait WordExp[A <: Alphabet]()
trait PointedHedgeExp[A <: Alphabet]()
trait WildcardBase()

basic regular expressions

Field Summary
abstract type 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

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