scala.util.parsing.combinator.RegexParsers
NoSuccess
class
NoSuccess extends ParseResult[Nothing]
Inherits
- ParseResult
- AnyRef
- Any
Value Members
-
-
def
equals(arg0: Any): Boolean
-
def
flatMapWithNext[U](f: (Nothing) ⇒ (Reader[Elem]) ⇒ ParseResult[U]): ParseResult[U]
-
def
get: Nothing
-
def
getOrElse[B >: Nothing](default: ⇒ B): B
-
def
hashCode(): Int
-
def
isEmpty: Boolean
-
def
map[U](f: (Nothing) ⇒ U): NoSuccess
-
def
mapPartial[U](f: PartialFunction[Nothing, U], error: (Nothing) ⇒ String): ParseResult[U]
-
val
msg: String
-
val
next: Reader[Elem]
-
val
successful: Boolean
-
def
toString(): String
Instance constructors
-
new
NoSuccess(msg: String, next: Reader[Elem])
-
new
NoSuccess()
A common super-class for unsuccessful parse results