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
-
new make(Int $ordinal, Str $name, Int degree, Str? methodName := null)
- 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