| 
 | 
          Scala 1.3.0.7 | |||
| Method Summary | |
| 
        final | def accept(tok: Int): Unit | 
| 
        final | def atom: Letter | 
| 
        final | def choiceRest(p: RegExp): Alt | 
| 
        final | def contentspec: RegExp | 
| 
        final | def maybeSuffix(s: RegExp): RegExp | 
| 
        final | def mixed: CaseClass with RegExp  | 
| 
        final | def parse(s: String): RegExpparses the argument to a regexp | 
| 
        final | def particle: RegExp | 
| 
        final | def regexp: RegExp | 
| 
        final | def sOpt: Unit | 
| 
        final | def seqRest(p: RegExp): Sequ | 
| Method Detail | 
final def parse(s: String): RegExp
final def accept(tok: Int): Unit
final def maybeSuffix(s: RegExp): RegExp
final def contentspec: RegExp
final def sOpt: Unit
final def mixed: CaseClass with RegExp
final def regexp: RegExp
final def seqRest(p: RegExp): Sequ
final def choiceRest(p: RegExp): Alt
final def particle: RegExp
final def atom: Letter
| 
 | 
          Scala 1.3.0.7 | |||