scala.util.parsing.combinator.testing

object RegexTest

[source: scala/util/parsing/combinator/testing/RegexTest.scala]

object RegexTest
extends RegexParsers
Value Summary
val ident : Parser[Any]
val number : Parser[Any]
val parser : Parser[List[Any]]
val string : Parser[Any]
Values and Variables inherited from RegexParsers
whiteSpace
Values and Variables inherited from Parsers
lastNoSuccess
Method Summary
def main (args : Array[java.lang.String]) : Unit
Methods inherited from RegexParsers
skipWhitespace, handleWhiteSpace, literal, regex, phrase, parse, parse, parse, parseAll, parseAll, parseAll
Methods inherited from Parsers
Parser, OnceParser, commit, elem, elem, accept, accept, accept, acceptIf, acceptMatch, acceptSeq, failure, err, success, log, rep, repsep, rep1, rep1, repN, rep1sep, chainl1, chainl1, chainr1, opt, not, positioned, mkList
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf
Value Details
val ident : Parser[Any]

val number : Parser[Any]

val string : Parser[Any]

val parser : Parser[List[Any]]

Method Details
def main(args : Array[java.lang.String]) : Unit