Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dast.go186 type Operator struct { struct
187 Args [2]Expression
188 Operator rune argument
189 OperatorPos scanner.Position
190 Value Expression
193 func (x *Operator) Copy() Expression {
200 func (x *Operator) Eval() Expression {
204 func (x *Operator) Type() Type {
208 func (x *Operator) Pos() scanner.Position { return x.Args[0].Pos() }
209 func (x *Operator) End() scanner.Position { return x.Args[1].End() }
[all …]