in scala/util/regexp
trait WordExp

trait WordExp()
extends Base
with ScalaObject
Implementing classes or objects:
object ContentModel in scala/xml/dtd

regular word expressions.

Field Summary
abstract type _labelT
abstract type _regexpT

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

Methods inherited from scala/util/regexp/Base-class
Alt, Eps, Meta, RegExp, Sequ, Star, mkSequ

Trait Summary
  trait Label()

Class Summary
case class Letter(a: _labelT)
case class Wildcard()

Field Detail

_regexpT

  abstract type _regexpT<:RegExp

_labelT

  abstract type _labelT<:Label