Searched defs:Operator (Results 1 – 1 of 1) sorted by relevance
212 type Operator struct { struct213 Args [2]Expression214 Operator rune member215 OperatorPos scanner.Position216 Value Expression219 func (x *Operator) Copy() Expression {226 func (x *Operator) Eval() Expression {230 func (x *Operator) Type() Type {234 func (x *Operator) Pos() scanner.Position { return x.Args[0].Pos() }235 func (x *Operator) End() scanner.Position { return x.Args[1].End() }[all …]