Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dast.go542 type NotEvaluated struct { struct
543 Position scanner.Position
546 func (n NotEvaluated) Copy() Expression {
550 func (n NotEvaluated) String() string {
554 func (n NotEvaluated) Type() Type {
558 func (n NotEvaluated) Eval() Expression {
562 func (n NotEvaluated) Pos() scanner.Position { return n.Position }
563 func (n NotEvaluated) End() scanner.Position { return n.Position }