scala.xml.dtd.ContentModel

Meta

class Meta extends RegExp

this class can be used to add meta information to regexps

definition classes: Base

Inherits

  1. RegExp
  2. AnyRef
  3. Any

Value Members

  1. def equals(arg0: Any): Boolean

    This method is used to compare the receiver object (this) with the argument object (arg0) for equivalence

  2. def hashCode(): Int

    Returns a hash code value for the object

  3. val isNullable: Boolean

  4. def r: _regexpT

  5. def toString(): String

    Returns a string representation of the object

Instance constructors

  1. new Meta(r1: _regexpT)

  2. new Meta()