Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dast.go680 type UnsetProperty struct { struct
681 Position scanner.Position
684 func (n UnsetProperty) Copy() Expression {
688 func (n UnsetProperty) String() string {
692 func (n UnsetProperty) Type() Type {
696 func (n UnsetProperty) Eval() Expression {
700 func (n UnsetProperty) Pos() scanner.Position { return n.Position }
701 func (n UnsetProperty) End() scanner.Position { return n.Position }