Packages

object Division extends Binary

Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. Division
  2. Binary
  3. SemanticOperator
  4. SemanticObject
  5. AnyRef
  6. 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 alsoHasType(t: SemOpType): Unit
    Attributes
    protected
    Definition Classes
    SemanticOperator
  5. def apply(x: List[Any]): Any

    the implementation of the operator pre: args.length == arity

    the implementation of the operator pre: args.length == arity

    Definition Classes
    BinarySemanticOperator
  6. lazy val arity: Int
    Definition Classes
    SemanticOperator
  7. final def asInstanceOf[T0]: T0
    Definition Classes
    Any
  8. def clone(): AnyRef
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()
  9. final def eq(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  10. def equals(arg0: Any): Boolean
    Definition Classes
    AnyRef → Any
  11. def finalize(): Unit
    Attributes
    protected[lang]
    Definition Classes
    AnyRef
    Annotations
    @throws( classOf[java.lang.Throwable] )
  12. val from1: SemanticType
    Definition Classes
    Binary
  13. val from2: SemanticType
    Definition Classes
    Binary
  14. final def getClass(): Class[_]
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  15. def getTypes: List[SemOpType]
    Definition Classes
    SemanticOperator
  16. def hashCode(): Int
    Definition Classes
    AnyRef → Any
    Annotations
    @native()
  17. def init: Unit

    basic type checking

    basic type checking

    Definition Classes
    SemanticOperatorSemanticObject
  18. final def isInstanceOf[T0]: Boolean
    Definition Classes
    Any
  19. 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
  20. final def ne(arg0: AnyRef): Boolean
    Definition Classes
    AnyRef
  21. final def notify(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  22. final def notifyAll(): Unit
    Definition Classes
    AnyRef
    Annotations
    @native()
  23. final def synchronized[T0](arg0: ⇒ T0): T0
    Definition Classes
    AnyRef
  24. val to: SemanticType
    Definition Classes
    Binary
  25. def toString(): String
    Definition Classes
    AnyRef → Any
  26. val tp: SemOpType
    Definition Classes
    SemanticOperator
  27. final def wait(): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  28. final def wait(arg0: Long, arg1: Int): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... )
  29. final def wait(arg0: Long): Unit
    Definition Classes
    AnyRef
    Annotations
    @throws( ... ) @native()

Inherited from Binary

Inherited from SemanticOperator

Inherited from SemanticObject

Inherited from AnyRef

Inherited from Any

Ungrouped