|
Scala
1.4.0.3 |
|||
Field Summary | |
abstract
|
type _regexpT
|
Method Summary | |
final
|
def mkSequ(rs: _regexpT*): RegExp
|
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 |
Object Summary | |
case
|
object Eps
|
Class Summary | |
case
|
class Alt(rs: _regexpT*)
Alt( R,R,R* ) |
class Meta(r1: _regexpT)
this class can be used to add meta information to regexps |
|
abstract
|
class RegExp()
|
case
|
class Sequ(rs: _regexpT*)
|
case
|
class Star(r: _regexpT)
|
Field Detail |
abstract type _regexpT<:RegExp
Method Detail |
final def mkSequ(rs: _regexpT*): RegExp
|
Scala
1.4.0.3 |
|||