Versions in this module Expand all Collapse all v1 v1.0.8 Jul 16, 2021 v1.0.7 Jul 16, 2021 v1.0.6 Jul 16, 2021 v1.0.5 Jul 16, 2021 v1.0.4 Jul 16, 2021 v1.0.3 Jul 16, 2021 v1.0.2 Jul 16, 2021 v1.0.1 Jul 16, 2021 v1.0.0 Jul 16, 2021 Changes in this version + var Ops = map[Op]string + type Op int + const And + const BitNeg + const Case + const Div + const EQ + const GE + const GT + const In + const IntDiv + const IsFalsity + const IsNull + const IsTruth + const LE + const LT + const LeftShift + const Like + const LogicAnd + const LogicOr + const LogicXor + const Minus + const Mod + const Mul + const NE + const Not + const NullEQ + const Or + const Plus + const Regexp + const RightShift + const Xor + func (o Op) Format(w io.Writer) + func (o Op) Restore(ctx *RestoreCtx) error + func (o Op) String() string