scala.util.parsing.combinator.Parsers

class NoSuccess

[source: scala/util/parsing/combinator/Parsers.scala]

sealed abstract class NoSuccess(val msg : String, val override next : Reader)
extends ParseResult[Nothing]
A common super-class for unsuccessful parse results
Direct Known Subclasses:
Parsers.Failure, Parsers.Error

Value Summary
val successful : Boolean
Method Summary
def get : Nothing
Returns the embedded result
def map [U](f : (Nothing) => U) : NoSuccess
Functional composition of ParseResults
def mapPartial [U](f : PartialFunction[Nothing, U], error : (Nothing) => String) : ParseResult[U]
Partial functional composition of ParseResults
Methods inherited from ParseResult
isEmpty, getOrElse
Methods inherited from AnyRef
getClass, hashCode, equals, clone, toString, notify, notifyAll, wait, wait, wait, finalize, ==, !=, eq, ne, synchronized
Methods inherited from Any
==, !=, isInstanceOf, asInstanceOf