Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dast.go212 type Operator struct { struct
213 Args [2]Expression
214 Operator rune member
215 OperatorPos scanner.Position
216 Value Expression
219 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 …]