| 
 | 
          Scala 1.3.0.7 | |||
abstract class IntLabels extends Alphabet;
object IntWordExp extends WordExp[IntLabels] {
  type regexp = RegExp;
};
 
 
| Field Summary | |
| 
        abstract | type T_label | 
| 
        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 | 
| Methods inherited from scala/ScalaObject-class | 
| getType | 
| Methods inherited from scala/util/regexp/Base-class | 
| Alt, Eps, Meta, RegExp, Sequ, Star, mkSequ | 
| Trait Summary | |
| trait Label() | |
| Class Summary | |
| 
        case | class Letter(a: T_label) | 
| Field Detail | 
abstract type T_label <: Label
abstract type regexp <: RegExp
| 
 | 
          Scala 1.3.0.7 | |||