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