@Serializable {
simple=true
collection=false
}
Slots
- cmpSource
-
const static ShortcutOp cmp
- decrementSource
-
const static ShortcutOp decrement
- degreeSource
-
const Int degree
- divSource
-
const static ShortcutOp div
- eqSource
-
const 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
-
const static ShortcutOp get
- incrementSource
-
const static ShortcutOp increment
-
new make(Int $ordinal, Str $name, Int degree, Str? methodName := null)
- methodNameSource
-
const Str methodName
- minusSource
-
const static ShortcutOp minus
- modSource
-
const static ShortcutOp mod
- multSource
-
const static ShortcutOp mult
- negateSource
-
const static ShortcutOp negate
- plusSource
-
const static ShortcutOp plus
- setSource
-
const static ShortcutOp set
- sliceSource
-
const static ShortcutOp slice
- valsSource
-
const static ShortcutOp[] vals := ...
List of ShortcutOp values indexed by ordinal