Packages

t

scalan.json

ScalanJsonContext

trait ScalanJsonContext[C <: ToolkitScalan] extends AnyRef

Self Type
ScalanJsonProtocol[C]
Linear Supertypes
AnyRef, Any
Known Subclasses
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ScalanJsonContext
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Type Members

  1. type Element = C.Elem[_]

Abstract Value Members

  1. abstract val ctx: C

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. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  5. def clone(): AnyRef
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  6. implicit val context: AstContext
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  9. def finalize(): Unit
    Attributes
    protected[java.lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  10. def fromJsonValue[A](jsValue: JsValue, e: C.Elem[A]): A
  11. implicit val genCtx: meta.Parsers.GenCtx
  12. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  13. def getMethod(className: String, methodName: String, argTypes: Seq[Class[_]]): Method
  14. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. val idToSym: Map[Int, C.Sym]
  16. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  17. def mapId(id: Int): C.Sym
  18. def mapMCallArg[A](arg: AnyRef)(f: (C.Sym) ⇒ A): A
  19. def mapSym(s: C.Sym): String
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. def newId(): Int
  22. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  24. implicit val parseCtx: meta.Parsers.ParseCtx
  25. def readId(sId: String): Int
  26. def reset(): Unit
  27. def sortedSchedule(body: Map[String, JsValue]): Seq[(Int, JsValue)]
  28. val symToId: Map[C.Sym, Int]
  29. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  30. def toJsonValue[A](v: A, eA: C.Elem[A]): JsValue
  31. def toString(): String
    Definition Classes
    AnyRef → Any
  32. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  33. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  34. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @throws( ... )
  35. object DeclaredUnOp
  36. object JsDef
  37. object JsLambda
  38. object JsMethodCall
  39. object JsProgramGraph
  40. object JsSym
  41. object NumericBinOp

Inherited from AnyRef

Inherited from Any

Ungrouped