ScalaPrimitivesOps

dotty.tools.backend.ScalaPrimitivesOps$
See theScalaPrimitivesOps companion class

Attributes

Companion:
class
Graph
Supertypes
class Object
trait Matchable
class Any
Self type

Members list

Concise view

Value members

Inherited methods

Attributes

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

Attributes

Inherited from:
ScalaPrimitivesOps

Attributes

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

Attributes

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.

Attributes

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

Attributes

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

Attributes

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

Attributes

Inherited from:
ScalaPrimitivesOps

Check whether the given code is a comparison operator

Check whether the given code is a comparison operator

Attributes

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

Attributes

Inherited from:
ScalaPrimitivesOps

Attributes

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

Attributes

Inherited from:
ScalaPrimitivesOps

Attributes

Inherited from:
ScalaPrimitivesOps

Inherited fields

inline val ADD: 10

Attributes

Inherited from:
ScalaPrimitivesOps
inline val AND: 22

Attributes

Inherited from:
ScalaPrimitivesOps
inline val APPLY: 71

Attributes

Inherited from:
ScalaPrimitivesOps
inline val AS: 81

Attributes

Inherited from:
ScalaPrimitivesOps
inline val ASR: 32

Attributes

Inherited from:
ScalaPrimitivesOps
inline val B2B: 200

Attributes

Inherited from:
ScalaPrimitivesOps
inline val B2C: 202

Attributes

Inherited from:
ScalaPrimitivesOps
inline val B2D: 206

Attributes

Inherited from:
ScalaPrimitivesOps
inline val B2F: 205

Attributes

Inherited from:
ScalaPrimitivesOps
inline val B2I: 203

Attributes

Inherited from:
ScalaPrimitivesOps
inline val B2L: 204

Attributes

Inherited from:
ScalaPrimitivesOps
inline val B2S: 201

Attributes

Inherited from:
ScalaPrimitivesOps
inline val BARRAY_GET: 141

Attributes

Inherited from:
ScalaPrimitivesOps
inline val BARRAY_LENGTH: 132

Attributes

Inherited from:
ScalaPrimitivesOps
inline val BARRAY_SET: 151

Attributes

Inherited from:
ScalaPrimitivesOps
inline val BOX: 110

Attributes

Inherited from:
ScalaPrimitivesOps
inline val C2B: 220

Attributes

Inherited from:
ScalaPrimitivesOps
inline val C2C: 222

Attributes

Inherited from:
ScalaPrimitivesOps
inline val C2D: 226

Attributes

Inherited from:
ScalaPrimitivesOps
inline val C2F: 225

Attributes

Inherited from:
ScalaPrimitivesOps
inline val C2I: 223

Attributes

Inherited from:
ScalaPrimitivesOps
inline val C2L: 224

Attributes

Inherited from:
ScalaPrimitivesOps
inline val C2S: 221

Attributes

Inherited from:
ScalaPrimitivesOps
inline val CARRAY_GET: 143

Attributes

Inherited from:
ScalaPrimitivesOps
inline val CARRAY_LENGTH: 134

Attributes

Inherited from:
ScalaPrimitivesOps
inline val CARRAY_SET: 153

Attributes

Inherited from:
ScalaPrimitivesOps
inline val COERCE: 101

Attributes

Inherited from:
ScalaPrimitivesOps
inline val CONCAT: 100

Attributes

Inherited from:
ScalaPrimitivesOps
inline val D2B: 260

Attributes

Inherited from:
ScalaPrimitivesOps
inline val D2C: 262

Attributes

Inherited from:
ScalaPrimitivesOps
inline val D2D: 266

Attributes

Inherited from:
ScalaPrimitivesOps
inline val D2F: 265

Attributes

Inherited from:
ScalaPrimitivesOps
inline val D2I: 263

Attributes

Inherited from:
ScalaPrimitivesOps
inline val D2L: 264

Attributes

Inherited from:
ScalaPrimitivesOps
inline val D2S: 261

Attributes

Inherited from:
ScalaPrimitivesOps
inline val DARRAY_GET: 147

Attributes

Inherited from:
ScalaPrimitivesOps
inline val DARRAY_LENGTH: 138

Attributes

Inherited from:
ScalaPrimitivesOps
inline val DARRAY_SET: 157

Attributes

Inherited from:
ScalaPrimitivesOps
inline val DIV: 13

Attributes

Inherited from:
ScalaPrimitivesOps
inline val EQ: 42

Attributes

Inherited from:
ScalaPrimitivesOps
inline val F2B: 250

Attributes

Inherited from:
ScalaPrimitivesOps
inline val F2C: 252

Attributes

Inherited from:
ScalaPrimitivesOps
inline val F2D: 256

Attributes

Inherited from:
ScalaPrimitivesOps
inline val F2F: 255

Attributes

Inherited from:
ScalaPrimitivesOps
inline val F2I: 253

Attributes

Inherited from:
ScalaPrimitivesOps
inline val F2L: 254

Attributes

Inherited from:
ScalaPrimitivesOps
inline val F2S: 251

Attributes

Inherited from:
ScalaPrimitivesOps
inline val FARRAY_GET: 146

Attributes

Inherited from:
ScalaPrimitivesOps
inline val FARRAY_LENGTH: 137

Attributes

Inherited from:
ScalaPrimitivesOps
inline val FARRAY_SET: 156

Attributes

Inherited from:
ScalaPrimitivesOps
inline val GE: 47

Attributes

Inherited from:
ScalaPrimitivesOps
inline val GT: 46

Attributes

Inherited from:
ScalaPrimitivesOps
inline val HASH: 87

Attributes

Inherited from:
ScalaPrimitivesOps
inline val I2B: 230

Attributes

Inherited from:
ScalaPrimitivesOps
inline val I2C: 232

Attributes

Inherited from:
ScalaPrimitivesOps
inline val I2D: 236

Attributes

Inherited from:
ScalaPrimitivesOps
inline val I2F: 235

Attributes

Inherited from:
ScalaPrimitivesOps
inline val I2I: 233

Attributes

Inherited from:
ScalaPrimitivesOps
inline val I2L: 234

Attributes

Inherited from:
ScalaPrimitivesOps
inline val I2S: 231

Attributes

Inherited from:
ScalaPrimitivesOps
inline val IARRAY_GET: 144

Attributes

Inherited from:
ScalaPrimitivesOps
inline val IARRAY_LENGTH: 135

Attributes

Inherited from:
ScalaPrimitivesOps
inline val IARRAY_SET: 154

Attributes

Inherited from:
ScalaPrimitivesOps
inline val ID: 40

Attributes

Inherited from:
ScalaPrimitivesOps
inline val IS: 80

Attributes

Inherited from:
ScalaPrimitivesOps
inline val L2B: 240

Attributes

Inherited from:
ScalaPrimitivesOps
inline val L2C: 242

Attributes

Inherited from:
ScalaPrimitivesOps
inline val L2D: 246

Attributes

Inherited from:
ScalaPrimitivesOps
inline val L2F: 245

Attributes

Inherited from:
ScalaPrimitivesOps
inline val L2I: 243

Attributes

Inherited from:
ScalaPrimitivesOps
inline val L2L: 244

Attributes

Inherited from:
ScalaPrimitivesOps
inline val L2S: 241

Attributes

Inherited from:
ScalaPrimitivesOps
inline val LARRAY_GET: 145

Attributes

Inherited from:
ScalaPrimitivesOps
inline val LARRAY_LENGTH: 136

Attributes

Inherited from:
ScalaPrimitivesOps
inline val LARRAY_SET: 155

Attributes

Inherited from:
ScalaPrimitivesOps
inline val LE: 45

Attributes

Inherited from:
ScalaPrimitivesOps
inline val LENGTH: 70

Attributes

Inherited from:
ScalaPrimitivesOps
inline val LSL: 30

Attributes

Inherited from:
ScalaPrimitivesOps
inline val LSR: 31

Attributes

Inherited from:
ScalaPrimitivesOps
inline val LT: 44

Attributes

Inherited from:
ScalaPrimitivesOps
inline val MOD: 14

Attributes

Inherited from:
ScalaPrimitivesOps
inline val MUL: 12

Attributes

Inherited from:
ScalaPrimitivesOps
inline val NE: 43

Attributes

Inherited from:
ScalaPrimitivesOps
inline val NEG: 2

Attributes

Inherited from:
ScalaPrimitivesOps
inline val NEW_BARRAY: 113

Attributes

Inherited from:
ScalaPrimitivesOps
inline val NEW_CARRAY: 115

Attributes

Inherited from:
ScalaPrimitivesOps
inline val NEW_DARRAY: 119

Attributes

Inherited from:
ScalaPrimitivesOps
inline val NEW_FARRAY: 118

Attributes

Inherited from:
ScalaPrimitivesOps
inline val NEW_IARRAY: 116

Attributes

Inherited from:
ScalaPrimitivesOps
inline val NEW_LARRAY: 117

Attributes

Inherited from:
ScalaPrimitivesOps
inline val NEW_OARRAY: 120

Attributes

Inherited from:
ScalaPrimitivesOps
inline val NEW_SARRAY: 114

Attributes

Inherited from:
ScalaPrimitivesOps
inline val NEW_ZARRAY: 112

Attributes

Inherited from:
ScalaPrimitivesOps
inline val NI: 41

Attributes

Inherited from:
ScalaPrimitivesOps
inline val NOT: 3

Attributes

Inherited from:
ScalaPrimitivesOps
inline val OARRAY_GET: 148

Attributes

Inherited from:
ScalaPrimitivesOps
inline val OARRAY_LENGTH: 139

Attributes

Inherited from:
ScalaPrimitivesOps
inline val OARRAY_SET: 158

Attributes

Inherited from:
ScalaPrimitivesOps
inline val OR: 20

Attributes

Inherited from:
ScalaPrimitivesOps
inline val POS: 1

Attributes

Inherited from:
ScalaPrimitivesOps
inline val S2B: 210

Attributes

Inherited from:
ScalaPrimitivesOps
inline val S2C: 212

Attributes

Inherited from:
ScalaPrimitivesOps
inline val S2D: 216

Attributes

Inherited from:
ScalaPrimitivesOps
inline val S2F: 215

Attributes

Inherited from:
ScalaPrimitivesOps
inline val S2I: 213

Attributes

Inherited from:
ScalaPrimitivesOps
inline val S2L: 214

Attributes

Inherited from:
ScalaPrimitivesOps
inline val S2S: 211

Attributes

Inherited from:
ScalaPrimitivesOps
inline val SARRAY_GET: 142

Attributes

Inherited from:
ScalaPrimitivesOps
inline val SARRAY_LENGTH: 133

Attributes

Inherited from:
ScalaPrimitivesOps
inline val SARRAY_SET: 152

Attributes

Inherited from:
ScalaPrimitivesOps
inline val SUB: 11

Attributes

Inherited from:
ScalaPrimitivesOps
inline val SYNCHRONIZED: 90

Attributes

Inherited from:
ScalaPrimitivesOps
inline val UNBOX: 111

Attributes

Inherited from:
ScalaPrimitivesOps
inline val UPDATE: 72

Attributes

Inherited from:
ScalaPrimitivesOps
inline val XOR: 21

Attributes

Inherited from:
ScalaPrimitivesOps
inline val ZAND: 61

Attributes

Inherited from:
ScalaPrimitivesOps
inline val ZARRAY_GET: 140

Attributes

Inherited from:
ScalaPrimitivesOps
inline val ZARRAY_LENGTH: 131

Attributes

Inherited from:
ScalaPrimitivesOps
inline val ZARRAY_SET: 150

Attributes

Inherited from:
ScalaPrimitivesOps
inline val ZNOT: 50

Attributes

Inherited from:
ScalaPrimitivesOps
inline val ZOR: 60

Attributes

Inherited from:
ScalaPrimitivesOps