jawn.ast

DeferLong

case class DeferLong(s: String) extends JNum with Product with Serializable

Linear Supertypes
Serializable, Serializable, Product, Equals, JNum, JAtom, JValue, AnyRef, Any
Ordering
  1. Alphabetic
  2. By inheritance
Inherited
  1. DeferLong
  2. Serializable
  3. Serializable
  4. Product
  5. Equals
  6. JNum
  7. JAtom
  8. JValue
  9. AnyRef
  10. Any
  1. Hide All
  2. Show all
Learn more about member selection
Visibility
  1. Public
  2. All

Instance Constructors

  1. new DeferLong(s: String)

Value Members

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

    Definition Classes
    AnyRef
  2. final def !=(arg0: Any): Boolean

    Definition Classes
    Any
  3. final def ##(): Int

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

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

    Definition Classes
    Any
  6. final def asBigDecimal: BigDecimal

    Definition Classes
    DeferLongJValue
  7. final def asBigInt: BigInt

    Definition Classes
    DeferLongJValue
  8. def asBoolean: Boolean

    Definition Classes
    JValue
  9. final def asDouble: Double

    Definition Classes
    DeferLongJValue
  10. final def asInstanceOf[T0]: T0

    Definition Classes
    Any
  11. final def asLong: Long

    Definition Classes
    DeferLongJValue
  12. def asString: String

    Definition Classes
    JValue
  13. final def atomic: Option[JAtom]

    Definition Classes
    JValue
  14. def clone(): AnyRef

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

    Definition Classes
    AnyRef
  16. final def equals(that: Any): Boolean

    Definition Classes
    DeferLong → Equals → AnyRef → Any
  17. def finalize(): Unit

    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  18. def fold[A](f1: (String) ⇒ A, f2: (Double) ⇒ A, f3: (Boolean) ⇒ A, f4: ⇒ A): A

    Definition Classes
    JAtom
  19. def get(s: String): JValue

    Definition Classes
    JValue
  20. def get(i: Int): JValue

    Definition Classes
    JValue
  21. final def getBigDecimal: Option[BigDecimal]

    Definition Classes
    DeferLongJValue
  22. final def getBigInt: Option[BigInt]

    Definition Classes
    DeferLongJValue
  23. def getBoolean: Option[Boolean]

    Definition Classes
    JValue
  24. final def getClass(): Class[_]

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

    Definition Classes
    DeferLongJValue
  26. final def getLong: Option[Long]

    Definition Classes
    DeferLongJValue
  27. def getString: Option[String]

    Definition Classes
    JValue
  28. final def hashCode(): Int

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

    Definition Classes
    Any
  30. final def isNull: Boolean

    Definition Classes
    JValue
  31. lazy val n: Long

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

    Definition Classes
    AnyRef
  33. final def nonNull: Boolean

    Definition Classes
    JValue
  34. final def notify(): Unit

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

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

    Definition Classes
    JValue
  37. final def render(r: Renderer): String

    Definition Classes
    JValue
  38. final def render(): String

    Definition Classes
    JValue
  39. val s: String

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

    Definition Classes
    JValue
  41. def set(i: Int, v: JValue): Unit

    Definition Classes
    JValue
  42. final def synchronized[T0](arg0: ⇒ T0): T0

    Definition Classes
    AnyRef
  43. def toString(): String

    Definition Classes
    JValue → AnyRef → Any
  44. final def valueType: String

    Definition Classes
    JNumJValue
  45. final def wait(): Unit

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

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

    Definition Classes
    AnyRef
    Annotations
    @throws( ... )

Inherited from Serializable

Inherited from Serializable

Inherited from Product

Inherited from Equals

Inherited from JNum

Inherited from JAtom

Inherited from JValue

Inherited from AnyRef

Inherited from Any

Ungrouped