Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Op ¶
type Op int
Op is opcode type.
const ( LogicAnd Op = iota + 1 LeftShift RightShift LogicOr GE LE EQ NE LT GT Plus Minus And Or Mod Xor Div Mul Not Not2 BitNeg IntDiv LogicXor NullEQ In Like Case Regexp IsNull IsTruth IsFalsity )
List operators.
Click to show internal directories.
Click to hide internal directories.