Home
last modified time | relevance | path

Searched defs:Operator (Results 1 – 1 of 1) sorted by relevance

/build/blueprint/parser/
Dast.go252 type Operator struct { struct
253 Args [2]Expression
254 Operator rune member
255 OperatorPos scanner.Position
258 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 …]