JBool

io.dylemma.spac.json.JsonEvent.JBool
See theJBool companion object
trait JBool extends JsonValueEvent

Attributes

Companion
object
Graph
Supertypes
trait JsonEvent
trait HasLocation
class Object
trait Matchable
class Any
Show all

Members list

Value members

Abstract methods

def booleanValue: Boolean

Concrete methods

override def asBool: Option[JBool]

Attributes

Definition Classes
def showRawJson: String
override def toString: String

Returns a string representation of the object.

Returns a string representation of the object.

The default representation is platform dependent.

Attributes

Returns

a string representation of the object.

Definition Classes
Any
def valueAsString: String

Inherited methods

def asDouble: Option[JDouble]

Attributes

Inherited from:
JsonEvent
def asFieldEnd: Option[FieldEnd]

Attributes

Inherited from:
JsonEvent
def asFieldStart: Option[FieldStart]

Attributes

Inherited from:
JsonEvent
def asIndexEnd: Option[IndexEnd]

Attributes

Inherited from:
JsonEvent
def asIndexStart: Option[IndexStart]

Attributes

Inherited from:
JsonEvent
def asLong: Option[JLong]

Attributes

Inherited from:
JsonEvent
def asNull: Option[JNull]

Attributes

Inherited from:
JsonEvent
def asStackPop: Option[JsonStackPop]

Attributes

Inherited from:
JsonEvent
def asStackPush: Option[JsonStackElem]

Attributes

Inherited from:
JsonEvent
def asString: Option[JString]

Attributes

Inherited from:
JsonEvent
override def asValueEvent: Option[JsonValueEvent]

Attributes

Definition Classes
Inherited from:
JsonValueEvent
def isArrayEnd: Boolean

Attributes

Inherited from:
JsonEvent
def isArrayStart: Boolean

Attributes

Inherited from:
JsonEvent
def isObjectEnd: Boolean

Attributes

Inherited from:
JsonEvent
def isObjectStart: Boolean

Attributes

Inherited from:
JsonEvent
def location: ContextLocation

Attributes

Inherited from:
HasLocation