|
Scala
1.4.0.3 |
|||
Method Summary | |
final
|
def accept(tok: Int): Unit
|
final
|
def atom: Letter
|
final
|
def choiceRest(p: RegExp): Alt
|
final
|
def contentspec: ContentModel
|
final
|
def maybeSuffix(s: RegExp): RegExp
|
final
|
def parse(s: String): ContentModel
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): ContentModel
final def accept(tok: Int): Unit
final def maybeSuffix(s: RegExp): RegExp
final def contentspec: ContentModel
final def sOpt: Unit
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.4.0.3 |
|||