Searched defs:Operator (Results 1 – 1 of 1) sorted by relevance
252 type Operator struct { struct253 Args [2]Expression254 Operator rune argument255 OperatorPos scanner.Position258 func (x *Operator) Copy() Expression {265 func (x *Operator) Type() Type {280 func (x *Operator) Eval(scope *Scope) (Expression, error) {377 func (x *Operator) PrintfInto(value string) error {384 func (x *Operator) MarkReferencedVariables(scope *Scope) {389 func (x *Operator) Pos() scanner.Position { return x.Args[0].Pos() }[all …]