object Modulo extends Binary
- Source
- Literals.scala
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Modulo
- Binary
- SemanticOperator
- SemanticObject
- AnyRef
- Any
- Hide All
- Show All
Visibility
- Public
- All
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
alsoHasType(t: SemOpType): Unit
- Attributes
- protected
- Definition Classes
- SemanticOperator
-
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
- Binary → SemanticOperator
-
lazy val
arity: Int
- Definition Classes
- SemanticOperator
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... ) @native()
-
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] )
-
val
from1: SemanticType
- Definition Classes
- Binary
-
val
from2: SemanticType
- Definition Classes
- Binary
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
getTypes: List[SemOpType]
- Definition Classes
- SemanticOperator
-
def
hashCode(): Int
- Definition Classes
- AnyRef → Any
- Annotations
- @native()
-
def
init: Unit
basic type checking
basic type checking
- Definition Classes
- SemanticOperator → SemanticObject
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
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
-
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
-
val
to: SemanticType
- Definition Classes
- Binary
-
def
toString(): String
- Definition Classes
- AnyRef → Any
-
val
tp: SemOpType
- Definition Classes
- SemanticOperator
-
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()