scala.util.regexp.Base

class Meta

[source: scala/util/regexp/Base.scala]

class Meta(r1 : _regexpT)
extends RegExp
this class can be used to add meta information to regexps
Value Summary
final val isNullable : Boolean
Method Summary
def r : _regexpT
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
final val isNullable : Boolean
Overrides
RegExp.isNullable

Method Details
def r : _regexpT