Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dparser.go518 type Expression struct { struct
519 Args [2]Value
520 Operator rune
521 Pos scanner.Position
524 func (e *Expression) Copy() *Expression {
531 func (e *Expression) String() string {
640 Expression *Expression member