sys::Obj sys::Enum compiler::ShortcutOp
@Serializable { simple=true }
ShortcutOp is a sub-id for ExprId.shortcut which identifies the an shortuct operation and it's method call
const static ShortcutOp add := ...
const static ShortcutOp cmp := ...
const static ShortcutOp decrement := ...
const Int degree
const static ShortcutOp div := ...
const static ShortcutOp eq := ...
static ShortcutOp? fromPrefix(Str prefix)
static new 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.
const static ShortcutOp get := ...
const static ShortcutOp increment := ...
const Bool isOperator
const Str methodName
const static ShortcutOp minus := ...
const static ShortcutOp mod := ...
const static ShortcutOp mult := ...
const static ShortcutOp negate := ...
const static ShortcutOp plus := ...
const static ShortcutOp set := ...
const Str symbol
const static ShortcutOp[] vals := ...
List of ShortcutOp values indexed by ordinal
compiler 1.0.82∙26-Jun-2025 Thu 13:18:36 EDT