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

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