Searched defs:NotExpr (Results 1 – 1 of 1) sorted by relevance
58 type NotExpr struct { struct59 X Expr62 func (x *NotExpr) isExpr() {}64 func (x *NotExpr) Eval(ok func(tag string) bool) bool {68 func (x *NotExpr) String() string {