Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dast.go482 type NotEvaluated struct { struct
483 Position scanner.Position
486 func (n NotEvaluated) Copy() Expression {
490 func (n NotEvaluated) String() string {
494 func (n NotEvaluated) Type() Type {
498 func (n NotEvaluated) Eval() Expression {
502 func (n NotEvaluated) Pos() scanner.Position { return n.Position }
503 func (n NotEvaluated) End() scanner.Position { return n.Position }