Fantom

 

const final enum

compiler::ShortcutOp

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

@simple

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

Slots

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

methodNameSource

const Str methodName

minusSource

static ShortcutOp minus

modSource

static ShortcutOp mod

multSource

static ShortcutOp mult

negateSource

static ShortcutOp negate

plusSource

static ShortcutOp plus

setSource

static ShortcutOp set

sliceSource

static ShortcutOp slice

valsSource

static ShortcutOp[] vals := ...

List of ShortcutOp values indexed by ordinal