jawn.ast

JValue

Related Docs: object JValue | package ast

sealed abstract class JValue extends AnyRef

Source
JValue.scala
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. JValue
  2. AnyRef
  3. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Abstract Value Members

  1. abstract def valueType: String

Concrete Value Members

  1. final def !=(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  2. final def ##(): Int

    Definition Classes
    AnyRef → Any
  3. final def ==(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  4. def asBigDecimal: BigDecimal

  5. def asBigInt: BigInt

  6. def asBoolean: Boolean

  7. def asDouble: Double

  8. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  9. def asLong: Long

  10. def asString: String

  11. final def atomic: Option[JAtom]

  12. def clone(): AnyRef

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  13. final def eq(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  14. def equals(arg0: Any): Boolean

    Definition Classes
    AnyRef → Any
  15. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def get(s: String): JValue

  17. def get(i: Int): JValue

  18. def getBigDecimal: Option[BigDecimal]

  19. def getBigInt: Option[BigInt]

  20. def getBoolean: Option[Boolean]

  21. final def getClass(): Class[_]

    Definition Classes
    AnyRef → Any
  22. def getDouble: Option[Double]

  23. def getLong: Option[Long]

  24. def getString: Option[String]

  25. def hashCode(): Int

    Definition Classes
    AnyRef → Any
  26. final def isInstanceOf[T0]: Boolean

    Definition Classes
    Any
  27. final def isNull: Boolean

  28. final def ne(arg0: AnyRef): Boolean

    Definition Classes
    AnyRef
  29. final def nonNull: Boolean

  30. final def notify(): Unit

    Definition Classes
    AnyRef
  31. final def notifyAll(): Unit

    Definition Classes
    AnyRef
  32. def remove(s: String): Option[JValue]

  33. final def render(r: Renderer): String

  34. final def render(): String

  35. def set(s: String, v: JValue): Unit

  36. def set(i: Int, v: JValue): Unit

  37. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  38. def toString(): String

    Definition Classes
    JValue → AnyRef → Any
  39. final def wait(): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from AnyRef

Inherited from Any

Ungrouped