logo

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

and

static ShortcutOp and

Source

cmp

static ShortcutOp cmp

Source

decrement

static ShortcutOp decrement

Source

degree

const Int degree

Source

div

static ShortcutOp div

Source

eq

static ShortcutOp eq

Source

fromStr

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.

Source

get

static ShortcutOp get

Source

increment

static ShortcutOp increment

Source

inverse

static ShortcutOp inverse

Source

lshift

static ShortcutOp lshift

Source

methodName

const Str methodName

Source

minus

static ShortcutOp minus

Source

mod

static ShortcutOp mod

Source

mult

static ShortcutOp mult

Source

negate

static ShortcutOp negate

Source

or

static ShortcutOp or

Source

plus

static ShortcutOp plus

Source

rshift

static ShortcutOp rshift

Source

set

static ShortcutOp set

Source

slice

static ShortcutOp slice

Source

values

static ShortcutOp[] values

List of ShortcutOp values indexed by ordinal

Source

xor

static ShortcutOp xor

Source