object
JArrayProducer
extends AnyRef
Type Members
-
trait
AnyError
extends AnyRef
-
class
Builder
extends AnyRef
-
case class
Element
(value: JValue, nextState: JArrayProducer, remainingInput: WrappedCharArray) extends SuccessfulResult with Product with Serializable
-
trait
EndError
extends EndResult with AnyError
-
case class
EndOfList
(tokenGenerator: JsonTokenGenerator, remainingInput: WrappedCharArray) extends SuccessfulResult with Product with Serializable
-
trait
EndResult
extends AnyRef
-
class
Error
extends Result with AnyError
-
case class
FinalEndOfList
(position: Position) extends SuccessfulEndResult with Product with Serializable
-
case class
LexerError
(err: AnyError) extends Error with EndError with Product with Serializable
-
case class
More
(nextState: JArrayProducer) extends SuccessfulResult with Product with Serializable
-
case class
ParserError
(err: AnyError) extends Error with EndError with Product with Serializable
-
class
Result
extends AnyRef
-
-
-
case class
UnexpectedEndOfInput
(finalValue: Option[JValue], endPosition: Position) extends EndError with Product with Serializable
Value Members
-
def
!=
(arg0: AnyRef): Boolean
-
def
!=
(arg0: Any): Boolean
-
def
##
(): Int
-
def
==
(arg0: AnyRef): Boolean
-
def
==
(arg0: Any): Boolean
-
def
asInstanceOf
[T0]
: T0
-
def
clone
(): AnyRef
-
def
eq
(arg0: AnyRef): Boolean
-
def
equals
(arg0: Any): Boolean
-
def
finalize
(): Unit
-
def
getClass
(): java.lang.Class[_]
-
def
hashCode
(): Int
-
def
isInstanceOf
[T0]
: Boolean
-
def
ne
(arg0: AnyRef): Boolean
-
def
notify
(): Unit
-
def
notifyAll
(): Unit
-
def
synchronized
[T0]
(arg0: ⇒ T0): T0
-
def
throwError
(e: AnyError): Nothing
-
def
toString
(): String
-
def
wait
(): Unit
-
def
wait
(arg0: Long, arg1: Int): Unit
-
def
wait
(arg0: Long): Unit
-
-
-
Inherited from AnyRef
Inherited from Any