Fan

 

const final enum

compiler::ShortcutOp

sys::Obj
  sys::Enum
    compiler::ShortcutOp

ShortcutOp is a sub-id for ExprId.shortcut which identifies the an shortuct operation and it's method call

Slots

andSource

static ShortcutOp and

cmpSource

static ShortcutOp cmp

decrementSource

static ShortcutOp decrement

degreeSource

const Int degree

divSource

static ShortcutOp div

eqSource

static ShortcutOp eq

fromStrSource

static ShortcutOp? fromStr(Str name, Bool checked := true)

Return the ShortcutOp instance for the specified name. If not a valid name and checked is false return null, otherwise throw ParseErr.

getSource

static ShortcutOp get

incrementSource

static ShortcutOp increment

inverseSource

static ShortcutOp inverse

lshiftSource

static ShortcutOp lshift

methodNameSource

const Str methodName

minusSource

static ShortcutOp minus

modSource

static ShortcutOp mod

multSource

static ShortcutOp mult

negateSource

static ShortcutOp negate

orSource

static ShortcutOp or

plusSource

static ShortcutOp plus

rshiftSource

static ShortcutOp rshift

setSource

static ShortcutOp set

sliceSource

static ShortcutOp slice

valuesSource

static ShortcutOp[] values

List of ShortcutOp values indexed by ordinal

xorSource

static ShortcutOp xor