JNum

org.typelevel.jawn.ast.JNum
See theJNum companion object
sealed abstract class JNum extends JAtom

Attributes

Companion
object
Source
JValue.scala
Graph
Supertypes
class JAtom
class JValue
class Object
trait Matchable
class Any
Known subtypes
class DeferLong
class DeferNum
class DoubleNum
class LongNum

Members list

Value members

Concrete methods

final def valueType: String

Attributes

Source
JValue.scala

Inherited methods

Attributes

Inherited from:
JValue
Source
JValue.scala

Attributes

Inherited from:
JValue
Source
JValue.scala

Attributes

Inherited from:
JValue
Source
JValue.scala

Attributes

Inherited from:
JValue
Source
JValue.scala
def asInt: Int

Attributes

Inherited from:
JValue
Source
JValue.scala
def asLong: Long

Attributes

Inherited from:
JValue
Source
JValue.scala

Attributes

Inherited from:
JValue
Source
JValue.scala
final def atomic: Option[JAtom]

Attributes

Inherited from:
JValue
Source
JValue.scala
def fold[A](f1: String => A, f2: Double => A, f3: Boolean => A, f4: => A): A

Attributes

Inherited from:
JAtom
Source
JValue.scala
def get(s: String): JValue

Attributes

Inherited from:
JValue
Source
JValue.scala
def get(i: Int): JValue

Attributes

Inherited from:
JValue
Source
JValue.scala

Attributes

Inherited from:
JValue
Source
JValue.scala

Attributes

Inherited from:
JValue
Source
JValue.scala

Attributes

Inherited from:
JValue
Source
JValue.scala

Attributes

Inherited from:
JValue
Source
JValue.scala
def getInt: Option[Int]

Attributes

Inherited from:
JValue
Source
JValue.scala

Attributes

Inherited from:
JValue
Source
JValue.scala

Attributes

Inherited from:
JValue
Source
JValue.scala
final def isNull: Boolean

Attributes

Inherited from:
JValue
Source
JValue.scala
final def nonNull: Boolean

Attributes

Inherited from:
JValue
Source
JValue.scala

Attributes

Inherited from:
JValue
Source
JValue.scala
final def render(r: Renderer): String

Attributes

Inherited from:
JValue
Source
JValue.scala
final def render(): String

Attributes

Inherited from:
JValue
Source
JValue.scala
def set(s: String, v: JValue): Unit

Attributes

Inherited from:
JValue
Source
JValue.scala
def set(i: Int, v: JValue): Unit

Attributes

Inherited from:
JValue
Source
JValue.scala
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
JValue -> Any
Inherited from:
JValue
Source
JValue.scala