Searched defs:Operator (Results 1 – 1 of 1) sorted by relevance
186 type Operator struct { struct187 Args [2]Expression188 Operator rune argument189 OperatorPos scanner.Position190 Value Expression193 func (x *Operator) Copy() Expression {200 func (x *Operator) Eval() Expression {204 func (x *Operator) Type() Type {208 func (x *Operator) Pos() scanner.Position { return x.Args[0].Pos() }209 func (x *Operator) End() scanner.Position { return x.Args[1].End() }[all …]