Packages

o

info.kwarc.mmt.api.uom

ComplexRat

object ComplexRat extends RProduct[(BigInt, BigInt), (BigInt, BigInt)]

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. ComplexRat
  2. RProduct
  3. RSemanticType
  4. Product
  5. Serializable
  6. Serializable
  7. Product
  8. Equals
  9. SemanticType
  10. SemanticObject
  11. AnyRef
  12. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. All

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 =>:(args: List[SemanticType]): SemOpType
    Definition Classes
    SemanticType
  5. def =>:(arg: SemanticType): SemOpType

    enables the notation (a,b) =>: c for function types

    enables the notation (a,b) =>: c for function types

    Definition Classes
    SemanticType
  6. def apply(v: ((BigInt, BigInt), (BigInt, BigInt))): Any

    does nothing but triggers Scala type checking

    does nothing but triggers Scala type checking

    Definition Classes
    RSemanticType
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def asString: String

    string representation of this type (should be toString, but we want to force people to implement this)

    string representation of this type (should be toString, but we want to force people to implement this)

    Definition Classes
    ProductSemanticType
  9. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  10. val cls: Class[((BigInt, BigInt), (BigInt, BigInt))]

    this must be the class object of V (which cannot be implemented generically here in Scala)

    this must be the class object of V (which cannot be implemented generically here in Scala)

    Definition Classes
    RProductRSemanticType
  11. def embed(into: SemanticType): Option[Unary]

    returns a canonical embedding from this type into some other type only the identity of this type by default, override as needed

    returns a canonical embedding from this type into some other type only the identity of this type by default, override as needed

    Definition Classes
    ProductSemanticType
  12. def enumerate: Option[Iterator[Any]]

    returns

    a fresh iterator over values of this type

    Definition Classes
    ProductSemanticType
  13. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  14. def escapedLiteral(begin: String, end: String): Some[AsymmetricEscapeLexer]

    convenience method to construct a lexer for this type

    convenience method to construct a lexer for this type

    Definition Classes
    SemanticType
  15. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  16. def fromString(s: String): (Any, Any)

    converts strings into values; pre: s == toString(u) for some u with valid(u) == true

    converts strings into values; pre: s == toString(u) for some u with valid(u) == true

    Definition Classes
    ProductSemanticType
  17. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  18. def id: Unary

    the identify function of this type

    the identify function of this type

    Definition Classes
    SemanticType
  19. def init: Unit

    errors in Java initializers are hard to debug; therefore, objects should put initialization code here, which will be called by MMT empty by default, may throw errors

    errors in Java initializers are hard to debug; therefore, objects should put initialization code here, which will be called by MMT empty by default, may throw errors

    Definition Classes
    SemanticObject
  20. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  21. val left: SemanticType
    Definition Classes
    Product
  22. def lex: Option[LexFunction]

    returns

    a LexerExtension that is to be used when this type is in scope

    Definition Classes
    SemanticType
  23. lazy val mpath: MPath

    the MMT URI of this object, derived from its Scala name: scala://package?name

    the MMT URI of this object, derived from its Scala name: scala://package?name

    Definition Classes
    SemanticObject
  24. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  25. def normalform(u: Any): Any

    the equivalence relation (given as a normal form conversion) on the semantic type used to obtain quotient types pre: valid(u) == true identity by default

    the equivalence relation (given as a normal form conversion) on the semantic type used to obtain quotient types pre: valid(u) == true identity by default

    Definition Classes
    ProductSemanticType
  26. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  27. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  28. def pairOps(f1: Unary, f2: Unary): Unary
    Definition Classes
    Product
  29. def quotedLiteral(key: String): Some[AsymmetricEscapeLexer]

    convenience method to construct a lexer for this type

    convenience method to construct a lexer for this type

    Definition Classes
    SemanticType
  30. val right: SemanticType
    Definition Classes
    Product
  31. def subtype(that: SemanticType): Boolean

    subtype relation only reflexivity by default, override as needed invariant: if true, embed must return identity

    subtype relation only reflexivity by default, override as needed invariant: if true, embed must return identity

    Definition Classes
    ProductSemanticType
  32. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  33. val toLeft: Unary
    Definition Classes
    Product
  34. val toRight: Unary
    Definition Classes
    Product
  35. def toString(u: Any): String

    converts values into strings; pre: valid(u) == true

    converts values into strings; pre: valid(u) == true

    Definition Classes
    ProductSemanticType
  36. def toString(): String
    Definition Classes
    SemanticType → AnyRef → Any
  37. def unapply(u: Any): Option[((BigInt, BigInt), (BigInt, BigInt))]

    does nothing but refines the Scala type if possible

    does nothing but refines the Scala type if possible

    Definition Classes
    RSemanticType
  38. def valid(u: Any): Boolean

    the predicate on the semantic type used to obtain subtypes

    the predicate on the semantic type used to obtain subtypes

    true by default

    Definition Classes
    ProductSemanticType
  39. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  40. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  41. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from RProduct[(BigInt, BigInt), (BigInt, BigInt)]

Inherited from RSemanticType[((BigInt, BigInt), (BigInt, BigInt))]

Inherited from Product

Inherited from Serializable

Inherited from Serializable

Inherited from scala.Product

Inherited from Equals

Inherited from SemanticType

Inherited from SemanticObject

Inherited from AnyRef

Inherited from Any

Ungrouped