sealed abstract class OMAnyVal extends OMAny
Shared Class for OpenMath Expressions + OpenMath Derived Objects
- Source
- OMAny.scala
- Alphabetic
- By Inheritance
- OMAnyVal
- OMAny
- AnyRef
- Any
- Hide All
- Show All
- Public
- All
Abstract Value Members
-
abstract
def
absolutize(uri: URI): OMAnyVal
Resolves all CDBase attributes relative to a URI.
-
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
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
- def asApplication: OMApplication
- def asAttribution: OMAttribution
- def asBinding: OMBinding
- def asBytes: OMBytes
- def asCompound: OMCompoundElement
- def asDerived: OMDerivedElement
- def asError: OMError
- def asExpression: OMExpression
- def asFloat: OMFloat
- def asForeign: OMForeign
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
- def asInteger: OMInteger
- def asReference: OMReference
- def asString: OMString
- def asSymbol: OMSymbol
- def asVariable: OMVariable
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
def
components: List[OMAny]
Extracts all components from this OpenMath object
Extracts all components from this OpenMath object
- Definition Classes
- OMAny
-
def
deReference(f: (OMReference) ⇒ OMExpression): OMAny
De-reference OMRefs
-
def
deReferenceLocals(): OMAny
De-reference OMRefs that point into the local element.
De-reference OMRefs that point into the local element.
- Definition Classes
- OMAny
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
def
finalize(): Unit
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
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
-
def
getAnyById(id: String): Option[CommonAttributes]
Gets an OpenMath Element by an identifier.
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
- Annotations
- @native()
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
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
- @throws( ... ) @native()