Home
last modified time | relevance | path

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

/build/blueprint/parser/
Dast.go949 type UnsetProperty struct { struct
950 Position scanner.Position
953 func (n *UnsetProperty) Copy() Expression {
957 func (n *UnsetProperty) String() string {
961 func (n *UnsetProperty) Type() Type {
965 func (n *UnsetProperty) Eval(scope *Scope) (Expression, error) {
969 func (x *UnsetProperty) PrintfInto(value string) error {
973 func (x *UnsetProperty) MarkReferencedVariables(scope *Scope) {
976 func (n *UnsetProperty) Pos() scanner.Position { return n.Position }
977 func (n *UnsetProperty) End() scanner.Position { return n.Position }