|
Scala
1.2.0.1 |
|||
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: RegExp
|
final
|
def parse(s: String): RegExp
parses 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: 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.2.0.1 |
|||