Searched defs:Expression (Results 1 – 1 of 1) sorted by relevance
518 type Expression struct { struct519 Args [2]Value520 Operator rune521 Pos scanner.Position524 func (e *Expression) Copy() *Expression {531 func (e *Expression) String() string {640 Expression *Expression member