Searched defs:Operator (Results 1 – 1 of 1) sorted by relevance
189 type Operator struct { struct190 Args [2]Expression191 Operator rune argument192 OperatorPos scanner.Position193 Value Expression196 func (x *Operator) Copy() Expression {203 func (x *Operator) Eval() Expression {207 func (x *Operator) Type() Type {211 func (x *Operator) Pos() scanner.Position { return x.Args[0].Pos() }212 func (x *Operator) End() scanner.Position { return x.Args[1].End() }[all …]