Versions in this module Expand all Collapse all v0 v0.0.9 Mar 20, 2024 v0.0.7 Mar 20, 2024 v0.0.6 Mar 20, 2024 v0.0.5 Mar 19, 2024 v0.0.4 Mar 19, 2024 v0.0.3 Mar 19, 2024 v0.0.1 Mar 19, 2024 Changes in this version + 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 Not2 + const NullEQ + const Or + const Plus + const Regexp + const RightShift + const Xor + func (o Op) Format(w io.Writer) + func (o Op) IsKeyword() bool + func (o Op) Restore(ctx *format.RestoreCtx) error + func (o Op) String() string