case classSuccess[+T] extends ParseResult[T] with Product with Serializable
Definition Classes
Parsers
case class~[+a, +b] extends Product with Serializable
Definition Classes
Parsers
Value Members
final def!=(arg0: Any): Boolean
Definition Classes
AnyRef → Any
final def##(): Int
Definition Classes
AnyRef → Any
def+(other: String): String
Implicit information
This member is added by an implicit conversion from SExpressionParser to
any2stringadd[SExpressionParser] performed by method any2stringadd in scala.Predef.
This member is added by an implicit conversion from SExpressionParser to
StringFormat[SExpressionParser] performed by method StringFormat in scala.Predef.
(Changed in version 2.9.0) The p0 call-by-name arguments is evaluated at most once per constructed Parser object, instead of on every need that arises during parsing.