object Negate extends UnaryIntOperator with Product with Serializable
Linear Supertypes
Ordering
- Alphabetic
- By Inheritance
Inherited
- Negate
- Serializable
- Serializable
- Product
- Equals
- UnaryIntOperator
- Monomorphic
- PrefixOperator
- PrimitiveOperator
- 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
-
val
argumentTypes: Seq[Int.type]
- Definition Classes
- UnaryIntOperator → Monomorphic
-
final
def
asInstanceOf[T0]: T0
- Definition Classes
- Any
-
def
clone(): AnyRef
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( ... )
-
def
doEval(args: Seq[Value], loc: Location): Option[Value]
- Definition Classes
- UnaryIntOperator → PrimitiveOperator
-
final
def
eq(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
def
equals(arg0: Any): Boolean
- Definition Classes
- AnyRef → Any
-
final
def
eval(args: Seq[Value], loc: Location): Option[Value]
- Definition Classes
- PrimitiveOperator
-
def
finalize(): Unit
- Attributes
- protected[java.lang]
- Definition Classes
- AnyRef
- Annotations
- @throws( classOf[java.lang.Throwable] )
-
final
def
getClass(): Class[_]
- Definition Classes
- AnyRef → Any
-
final
def
isInstanceOf[T0]: Boolean
- Definition Classes
- Any
-
final
def
ne(arg0: AnyRef): Boolean
- Definition Classes
- AnyRef
-
final
def
notify(): Unit
- Definition Classes
- AnyRef
-
final
def
notifyAll(): Unit
- Definition Classes
- AnyRef
-
val
returnType: Int.type
- Definition Classes
- UnaryIntOperator → Monomorphic
-
def
returnTypeFor(argTypes: Seq[(ValueType, Location)]): ValueType
Return the return type of the result for the given types of the operands, or throw a TypeError if the provided types aren't valid operand types for this operator.
Return the return type of the result for the given types of the operands, or throw a TypeError if the provided types aren't valid operand types for this operator.
- argTypes
The types of the arguments and their locations (used for type error messages)
- Definition Classes
- Monomorphic → PrimitiveOperator
-
final
def
synchronized[T0](arg0: ⇒ T0): T0
- Definition Classes
- AnyRef
-
def
toString(): String
- Definition Classes
- Negate → 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( ... )