Packages

object EquationJson

Linear Supertypes
AnyRef, Any
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. EquationJson
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

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[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.CloneNotSupportedException]) @native() @HotSpotIntrinsicCandidate()
  6. def elemJson(el: Elem[_]): Value
  7. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  8. def equals(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef → Any
  9. def equationJson(eqn: Equation): Value
  10. def equationNodeJson(eqn: EquationNode): Value
  11. def eventJson[S, T](event: Event[S, T]): Value
  12. def expressionJson(exp: Expression): Value
  13. def fromList[A](l: List[A])(s: String): A
  14. def fromSeq[A](xs: A*)(s: String): A
  15. def genNodeJson[X](gen: GeneratorNode[X]): Value
  16. final def getClass(): Class[_ <: AnyRef]
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  17. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. def isleJson[Y, InitState, O, Boat](isle: Island[Y, InitState, O, Boat]): Value
  20. def jsonElem(js: Value): Elem[_]
  21. def jsonEquation(js: Value, tgn: TermGeneratorNodes[TermState] = TermGeneratorNodes.Base): Equation
  22. def jsonEquationNode(js: Value, tgn: TermGeneratorNodes[TermState] = TermGeneratorNodes.Base): EquationNode
  23. def jsonEvent(js: Value): Event[_, _]
  24. def jsonExpression(js: Value, tgn: TermGeneratorNodes[TermState]): Expression
  25. def jsonGenNode(js: Value, tgn: TermGeneratorNodes[TermState]): GeneratorNode[_]
  26. def jsonIsle(js: Value): Island[_, TermState, _, Term]
  27. def jsonPoly(js: Value): Any
  28. def jsonVariable(js: Value): Variable[_]
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native() @HotSpotIntrinsicCandidate()
  32. def polyJson(value: Any): Value
  33. def sortJson[S, T](sort: Sort[S, T]): Value
  34. final def synchronized[T0](arg0: => T0): T0
    Definition Classes
    AnyRef
  35. def toString(): String
    Definition Classes
    AnyRef → Any
  36. def variableJson[Y](v: Variable[Y]): Value
  37. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])
  38. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException]) @native()
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.InterruptedException])

Deprecated Value Members

  1. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws(classOf[java.lang.Throwable]) @Deprecated
    Deprecated

Inherited from AnyRef

Inherited from Any

Ungrouped