sealed abstract class OMAnyVal extends OMAny

Shared Class for OpenMath Expressions + OpenMath Derived Objects

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

Abstract Value Members

  1. abstract def absolutize(uri: URI): OMAnyVal

    Resolves all CDBase attributes relative to a URI.

    Resolves all CDBase attributes relative to a URI.

    uri

    URI to resolve relative to

    Definition Classes
    OMAnyValOMAny
  2. abstract def mapComponents(f: (OMAny) ⇒ OMAny): OMAnyVal

    Maps all structural components of this OpenMath object.

    Maps all structural components of this OpenMath object.

    f

    Function to apply. Is expected to main subtypes OMAnyVal, OMObject, OMExpression, OMAttributionPairs, OMSymbol within OMAttributionPairs and OMError, OMVar, OMBindVariables

    Definition Classes
    OMAnyValOMAny

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 asApplication: OMApplication
  5. def asAttribution: OMAttribution
  6. def asBinding: OMBinding
  7. def asBytes: OMBytes
  8. def asCompound: OMCompoundElement
  9. def asDerived: OMDerivedElement
  10. def asError: OMError
  11. def asExpression: OMExpression
  12. def asFloat: OMFloat
  13. def asForeign: OMForeign
  14. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  15. def asInteger: OMInteger
  16. def asReference: OMReference
  17. def asString: OMString
  18. def asSymbol: OMSymbol
  19. def asVariable: OMVariable
  20. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  21. def components: List[OMAny]

    Extracts all components from this OpenMath object

    Extracts all components from this OpenMath object

    Definition Classes
    OMAny
  22. def deReference(f: (OMReference) ⇒ OMExpression): OMAny

    De-reference OMRefs

    De-reference OMRefs

    f

    Function to use for dereferencing.

    Definition Classes
    OMAny
  23. def deReferenceLocals(): OMAny

    De-reference OMRefs that point into the local element.

    De-reference OMRefs that point into the local element.

    Definition Classes
    OMAny
  24. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  26. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  27. def foreachComponent[A](f: (OMAny) ⇒ A): GenTraversableOnce[A]

    Applies a function to each component and returns a list of components.

    Applies a function to each component and returns a list of components.

    A

    return type of the function.

    f

    Function to apply

    Definition Classes
    OMAny
  28. def getAnyById(id: String): Option[CommonAttributes]

    Gets an OpenMath Element by an identifier.

    Gets an OpenMath Element by an identifier.

    id

    Id of element to find

    Definition Classes
    OMAny
  29. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  30. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  31. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  32. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  33. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  34. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  35. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  36. def toString(): String
    Definition Classes
    AnyRef → Any
  37. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  38. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  39. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from OMAny

Inherited from AnyRef

Inherited from Any

Ungrouped