
ShortcutOp is a sub-id for ExprId.shortcut which identifies the an shortuct operation and it's method call
Slots
- amp
-
static ShortcutOp amp
- caret
-
static ShortcutOp caret
- cmp
-
static ShortcutOp cmp
- decrement
-
static ShortcutOp decrement
- degree
-
const Int degree
- eq
-
static ShortcutOp eq
- fromStr
-
static ShortcutOp fromStr(Str name, Bool checked := def)
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
- lshift
-
static ShortcutOp lshift
-
new make(Int $ordinal, Str $name, Int degree, Str methodName := def)
- methodName
-
const Str methodName
- minus
-
static ShortcutOp minus
- negate
-
static ShortcutOp negate
- percent
-
static ShortcutOp percent
- pipe
-
static ShortcutOp pipe
- plus
-
static ShortcutOp plus
- rshift
-
static ShortcutOp rshift
- set
-
static ShortcutOp set
- slash
-
static ShortcutOp slash
- slice
-
static ShortcutOp slice
- star
-
static ShortcutOp star
- tilde
-
static ShortcutOp tilde
- values
-
static ShortcutOp[] values
List of ShortcutOp values indexed by ordinal