ScalaPrimitivesOps

Companion:
class
class Object
trait Matchable
class Any

Value members

Inherited methods

Inherited from:
ScalaPrimitivesOps
def isArrayGet(code: Int): Boolean
Inherited from:
ScalaPrimitivesOps
Inherited from:
ScalaPrimitivesOps
def isArrayNew(code: Int): Boolean
Inherited from:
ScalaPrimitivesOps
def isArrayOp(code: Int): Boolean

Check whether the given operation code is an array operation.

Check whether the given operation code is an array operation.

Inherited from:
ScalaPrimitivesOps
def isArraySet(code: Int): Boolean
Inherited from:
ScalaPrimitivesOps
def isBitwiseOp(code: Int): Boolean
Inherited from:
ScalaPrimitivesOps
def isCoercion(code: Int): Boolean
Inherited from:
ScalaPrimitivesOps

Check whether the given code is a comparison operator

Check whether the given code is a comparison operator

Inherited from:
ScalaPrimitivesOps
def isLogicalOp(code: Int): Boolean
Inherited from:
ScalaPrimitivesOps
def isShiftOp(code: Int): Boolean
Inherited from:
ScalaPrimitivesOps

Inherited fields

inline val ADD: 10
Inherited from:
ScalaPrimitivesOps
inline val AND: 22
Inherited from:
ScalaPrimitivesOps
inline val APPLY: 71
Inherited from:
ScalaPrimitivesOps
inline val AS: 81
Inherited from:
ScalaPrimitivesOps
inline val ASR: 32
Inherited from:
ScalaPrimitivesOps
inline val B2B: 200
Inherited from:
ScalaPrimitivesOps
inline val B2C: 202
Inherited from:
ScalaPrimitivesOps
inline val B2D: 206
Inherited from:
ScalaPrimitivesOps
inline val B2F: 205
Inherited from:
ScalaPrimitivesOps
inline val B2I: 203
Inherited from:
ScalaPrimitivesOps
inline val B2L: 204
Inherited from:
ScalaPrimitivesOps
inline val B2S: 201
Inherited from:
ScalaPrimitivesOps
inline val BARRAY_GET: 141
Inherited from:
ScalaPrimitivesOps
inline val BARRAY_LENGTH: 132
Inherited from:
ScalaPrimitivesOps
inline val BARRAY_SET: 151
Inherited from:
ScalaPrimitivesOps
inline val BOX: 110
Inherited from:
ScalaPrimitivesOps
inline val C2B: 220
Inherited from:
ScalaPrimitivesOps
inline val C2C: 222
Inherited from:
ScalaPrimitivesOps
inline val C2D: 226
Inherited from:
ScalaPrimitivesOps
inline val C2F: 225
Inherited from:
ScalaPrimitivesOps
inline val C2I: 223
Inherited from:
ScalaPrimitivesOps
inline val C2L: 224
Inherited from:
ScalaPrimitivesOps
inline val C2S: 221
Inherited from:
ScalaPrimitivesOps
inline val CARRAY_GET: 143
Inherited from:
ScalaPrimitivesOps
inline val CARRAY_LENGTH: 134
Inherited from:
ScalaPrimitivesOps
inline val CARRAY_SET: 153
Inherited from:
ScalaPrimitivesOps
inline val COERCE: 101
Inherited from:
ScalaPrimitivesOps
inline val CONCAT: 100
Inherited from:
ScalaPrimitivesOps
inline val D2B: 260
Inherited from:
ScalaPrimitivesOps
inline val D2C: 262
Inherited from:
ScalaPrimitivesOps
inline val D2D: 266
Inherited from:
ScalaPrimitivesOps
inline val D2F: 265
Inherited from:
ScalaPrimitivesOps
inline val D2I: 263
Inherited from:
ScalaPrimitivesOps
inline val D2L: 264
Inherited from:
ScalaPrimitivesOps
inline val D2S: 261
Inherited from:
ScalaPrimitivesOps
inline val DARRAY_GET: 147
Inherited from:
ScalaPrimitivesOps
inline val DARRAY_LENGTH: 138
Inherited from:
ScalaPrimitivesOps
inline val DARRAY_SET: 157
Inherited from:
ScalaPrimitivesOps
inline val DIV: 13
Inherited from:
ScalaPrimitivesOps
inline val EQ: 42
Inherited from:
ScalaPrimitivesOps
inline val F2B: 250
Inherited from:
ScalaPrimitivesOps
inline val F2C: 252
Inherited from:
ScalaPrimitivesOps
inline val F2D: 256
Inherited from:
ScalaPrimitivesOps
inline val F2F: 255
Inherited from:
ScalaPrimitivesOps
inline val F2I: 253
Inherited from:
ScalaPrimitivesOps
inline val F2L: 254
Inherited from:
ScalaPrimitivesOps
inline val F2S: 251
Inherited from:
ScalaPrimitivesOps
inline val FARRAY_GET: 146
Inherited from:
ScalaPrimitivesOps
inline val FARRAY_LENGTH: 137
Inherited from:
ScalaPrimitivesOps
inline val FARRAY_SET: 156
Inherited from:
ScalaPrimitivesOps
inline val GE: 47
Inherited from:
ScalaPrimitivesOps
inline val GT: 46
Inherited from:
ScalaPrimitivesOps
inline val HASH: 87
Inherited from:
ScalaPrimitivesOps
inline val I2B: 230
Inherited from:
ScalaPrimitivesOps
inline val I2C: 232
Inherited from:
ScalaPrimitivesOps
inline val I2D: 236
Inherited from:
ScalaPrimitivesOps
inline val I2F: 235
Inherited from:
ScalaPrimitivesOps
inline val I2I: 233
Inherited from:
ScalaPrimitivesOps
inline val I2L: 234
Inherited from:
ScalaPrimitivesOps
inline val I2S: 231
Inherited from:
ScalaPrimitivesOps
inline val IARRAY_GET: 144
Inherited from:
ScalaPrimitivesOps
inline val IARRAY_LENGTH: 135
Inherited from:
ScalaPrimitivesOps
inline val IARRAY_SET: 154
Inherited from:
ScalaPrimitivesOps
inline val ID: 40
Inherited from:
ScalaPrimitivesOps
inline val IS: 80
Inherited from:
ScalaPrimitivesOps
inline val L2B: 240
Inherited from:
ScalaPrimitivesOps
inline val L2C: 242
Inherited from:
ScalaPrimitivesOps
inline val L2D: 246
Inherited from:
ScalaPrimitivesOps
inline val L2F: 245
Inherited from:
ScalaPrimitivesOps
inline val L2I: 243
Inherited from:
ScalaPrimitivesOps
inline val L2L: 244
Inherited from:
ScalaPrimitivesOps
inline val L2S: 241
Inherited from:
ScalaPrimitivesOps
inline val LARRAY_GET: 145
Inherited from:
ScalaPrimitivesOps
inline val LARRAY_LENGTH: 136
Inherited from:
ScalaPrimitivesOps
inline val LARRAY_SET: 155
Inherited from:
ScalaPrimitivesOps
inline val LE: 45
Inherited from:
ScalaPrimitivesOps
inline val LENGTH: 70
Inherited from:
ScalaPrimitivesOps
inline val LSL: 30
Inherited from:
ScalaPrimitivesOps
inline val LSR: 31
Inherited from:
ScalaPrimitivesOps
inline val LT: 44
Inherited from:
ScalaPrimitivesOps
inline val MOD: 14
Inherited from:
ScalaPrimitivesOps
inline val MUL: 12
Inherited from:
ScalaPrimitivesOps
inline val NE: 43
Inherited from:
ScalaPrimitivesOps
inline val NEG: 2
Inherited from:
ScalaPrimitivesOps
inline val NEW_BARRAY: 113
Inherited from:
ScalaPrimitivesOps
inline val NEW_CARRAY: 115
Inherited from:
ScalaPrimitivesOps
inline val NEW_DARRAY: 119
Inherited from:
ScalaPrimitivesOps
inline val NEW_FARRAY: 118
Inherited from:
ScalaPrimitivesOps
inline val NEW_IARRAY: 116
Inherited from:
ScalaPrimitivesOps
inline val NEW_LARRAY: 117
Inherited from:
ScalaPrimitivesOps
inline val NEW_OARRAY: 120
Inherited from:
ScalaPrimitivesOps
inline val NEW_SARRAY: 114
Inherited from:
ScalaPrimitivesOps
inline val NEW_ZARRAY: 112
Inherited from:
ScalaPrimitivesOps
inline val NI: 41
Inherited from:
ScalaPrimitivesOps
inline val NOT: 3
Inherited from:
ScalaPrimitivesOps
inline val OARRAY_GET: 148
Inherited from:
ScalaPrimitivesOps
inline val OARRAY_LENGTH: 139
Inherited from:
ScalaPrimitivesOps
inline val OARRAY_SET: 158
Inherited from:
ScalaPrimitivesOps
inline val OR: 20
Inherited from:
ScalaPrimitivesOps
inline val POS: 1
Inherited from:
ScalaPrimitivesOps
inline val S2B: 210
Inherited from:
ScalaPrimitivesOps
inline val S2C: 212
Inherited from:
ScalaPrimitivesOps
inline val S2D: 216
Inherited from:
ScalaPrimitivesOps
inline val S2F: 215
Inherited from:
ScalaPrimitivesOps
inline val S2I: 213
Inherited from:
ScalaPrimitivesOps
inline val S2L: 214
Inherited from:
ScalaPrimitivesOps
inline val S2S: 211
Inherited from:
ScalaPrimitivesOps
inline val SARRAY_GET: 142
Inherited from:
ScalaPrimitivesOps
inline val SARRAY_LENGTH: 133
Inherited from:
ScalaPrimitivesOps
inline val SARRAY_SET: 152
Inherited from:
ScalaPrimitivesOps
inline val SUB: 11
Inherited from:
ScalaPrimitivesOps
inline val SYNCHRONIZED: 90
Inherited from:
ScalaPrimitivesOps
inline val UNBOX: 111
Inherited from:
ScalaPrimitivesOps
inline val UPDATE: 72
Inherited from:
ScalaPrimitivesOps
inline val XOR: 21
Inherited from:
ScalaPrimitivesOps
inline val ZAND: 61
Inherited from:
ScalaPrimitivesOps
inline val ZARRAY_GET: 140
Inherited from:
ScalaPrimitivesOps
inline val ZARRAY_LENGTH: 131
Inherited from:
ScalaPrimitivesOps
inline val ZARRAY_SET: 150
Inherited from:
ScalaPrimitivesOps
inline val ZNOT: 50
Inherited from:
ScalaPrimitivesOps
inline val ZOR: 60
Inherited from:
ScalaPrimitivesOps