
Slots
- and
-
static ShortcutOp and
- cmp
-
static ShortcutOp cmp
- decrement
-
static ShortcutOp decrement
- degree
-
const Int degree
- div
-
static ShortcutOp div
- eq
-
static ShortcutOp eq
- 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.
- get
-
static ShortcutOp get
- increment
-
static ShortcutOp increment
- inverse
-
static ShortcutOp inverse
- lshift
-
static ShortcutOp lshift
-
new make(Int $ordinal, Str $name, Int degree, Str methodName := null)
- methodName
-
const Str methodName
- minus
-
static ShortcutOp minus
- mod
-
static ShortcutOp mod
- mult
-
static ShortcutOp mult
- negate
-
static ShortcutOp negate
- or
-
static ShortcutOp or
- plus
-
static ShortcutOp plus
- rshift
-
static ShortcutOp rshift
- set
-
static ShortcutOp set
- slice
-
static ShortcutOp slice
- values
-
static ShortcutOp[] values
List of ShortcutOp values indexed by ordinal
- xor
-
static ShortcutOp xor