Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dast.go545 type NotEvaluated struct { struct
546 Position scanner.Position
549 func (n NotEvaluated) Copy() Expression {
553 func (n NotEvaluated) String() string {
557 func (n NotEvaluated) Type() Type {
561 func (n NotEvaluated) Eval() Expression {
565 func (n NotEvaluated) Pos() scanner.Position { return n.Position }
566 func (n NotEvaluated) End() scanner.Position { return n.Position }