| 
 | 
          Scala 1.3.0.7 | |||
| Field Summary | |
| 
        abstract | type regexp | 
| Method Summary | |
| 
        final | def mkSequ(rs: regexp*): 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/ScalaObject-class | 
| getType | 
| 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
| Method Detail | 
final def mkSequ(rs: regexp*): RegExp
| 
 | 
          Scala 1.3.0.7 | |||