object
JsonTokenGenerator
extends AnyRef
Type Members
-
trait
AnyError
extends AnyRef
-
trait
EndError
extends EndResult with AnyError
-
case class
EndOfInput
(position: Position) extends SuccessfulEndResult with Product with Serializable
-
trait
EndResult
extends AnyRef
-
class
Error
extends Result with AnyError
-
case class
FinalToken
(token: JsonToken, endPosition: Position) extends SuccessfulEndResult with Product with Serializable
-
case class
More
(newState: JsonTokenGenerator) extends SuccessfulResult with Product with Serializable
-
case class
NumberOutOfRange
(number: String, position: Position) extends Error with EndError with Product with Serializable
-
class
Result
extends AnyRef
-
-
-
case class
Token
(token: JsonToken, newState: JsonTokenGenerator, remainingInput: WrappedCharArray) extends SuccessfulResult with Product with Serializable
-
case class
UnexpectedCharacter
(character: Char, expected: String, position: Position) extends Error with EndError with Product with Serializable
-
case class
UnexpectedEndOfInput
(processing: String, position: 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
(error: 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