in scala/util/regexp
trait WildcardBase

trait WildcardBase()
extends Base
with ScalaObject

for use as a mixin to add wildcards to the language

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

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

Object Summary
case object Wildcard

Field Detail

regexp

  abstract type regexp <: RegExp