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
-
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
- plusSource
-
static ShortcutOp plus
- setSource
-
static ShortcutOp set
- sliceSource
-
static ShortcutOp slice
- valsSource
-
static ShortcutOp[] vals := ...
List of ShortcutOp values indexed by ordinal