abstract class OMCoding[T] extends AnyRef

Represents an OpenMath Coding

T

Type this OpenMath Coding codes from / to

Source
OMCoding.scala
Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. OMCoding
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

Instance Constructors

  1. new OMCoding()

Abstract Value Members

  1. abstract def decode(t: T): OMAny

    Decodes an OpenMath Object

    Decodes an OpenMath Object

    t

    object to decode

  2. abstract def decodeAnyVal(t: T): OMAnyVal

    decodes an OMNode object *

  3. abstract def encode(om: OMAny): T

    encodes an OpenMath related object

    encodes an OpenMath related object

    om

    OpenMath Object to encode

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 apply[S <: OMAny](t: T): S
  5. def apply(om: OMAny): T
  6. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  7. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  8. def decodeApplication(t: T): OMApplication
  9. def decodeAttribution(t: T): OMAttribution
  10. def decodeBinding(t: T): OMBinding
  11. def decodeBytes(t: T): OMBytes
  12. def decodeCompound(t: T): OMCompoundElement
  13. def decodeDerived(t: T): OMDerivedElement
  14. def decodeError(t: T): OMError
  15. def decodeExpression(t: T): OMExpression
  16. def decodeFloat(t: T): OMFloat
  17. def decodeForeign(t: T): OMForeign
  18. def decodeInteger(t: T): OMInteger
  19. def decodeReference(t: T): OMReference
  20. def decodeString(t: T): OMString
  21. def decodeSymbol(t: T): OMSymbol
  22. def decodeVariable(t: T): OMVariable
  23. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  24. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  25. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  26. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  27. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  28. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  29. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  30. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  31. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. def toString(): String
    Definition Classes
    AnyRef → Any
  34. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  35. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  36. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from AnyRef

Inherited from Any

Ungrouped