trait ScalanJsonContext[C <: ToolkitScalan] extends AnyRef
Ordering
- Alphabetic
- By Inheritance
Inherited
- ScalanJsonContext
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
Type Members
- type Element = C.Elem[_]
Abstract Value Members
- abstract val ctx: C
Concrete Value Members
-
final
def
!=(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
##(): Int
- Definition Classes
- AnyRef → Any
-
final
def
==(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- implicit val context: AstContext
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
- def fromJsonValue[A](jsValue: JsValue, e: C.Elem[A]): A
- implicit val genCtx: meta.Parsers.GenCtx
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- def getMethod(className: String, methodName: String, argTypes: Seq[Class[_]]): Method
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
- val idToSym: Map[Int, C.Sym]
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
- def mapId(id: Int): C.Sym
- def mapMCallArg[A](arg: AnyRef)(f: (C.Sym) ⇒ A): A
- def mapSym(s: C.Sym): String
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
- def newId(): Int
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
- implicit val parseCtx: meta.Parsers.ParseCtx
- def readId(sId: String): Int
- def reset(): Unit
- def sortedSchedule(body: Map[String, JsValue]): Seq[(Int, JsValue)]
- val symToId: Map[C.Sym, Int]
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
- def toJsonValue[A](v: A, eA: C.Elem[A]): JsValue
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
final
def
wait(): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long, arg1: Int): Unit
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
final
def
wait(arg0: Long): Unit
- Definition Classes
- AnyRef
- Annotations
- @native() @throws( ... )
- object DeclaredUnOp
- object JsDef
- object JsLambda
- object JsMethodCall
- object JsProgramGraph
- object JsSym
- object NumericBinOp