2017-05-24 08:50:44 -07:00
|
|
|
package zclsyntax
|
|
|
|
|
|
|
|
// Generated by expression_vars_get.go. DO NOT EDIT.
|
|
|
|
// Run 'go generate' on this package to update the set of functions here.
|
|
|
|
|
|
|
|
import (
|
2017-05-27 17:33:09 -07:00
|
|
|
"github.com/zclconf/go-zcl/zcl"
|
2017-05-24 08:50:44 -07:00
|
|
|
)
|
|
|
|
|
2017-05-31 18:54:54 -07:00
|
|
|
func (e *BinaryOpExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-05-31 08:37:17 -07:00
|
|
|
func (e *ConditionalExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-05-24 08:51:34 -07:00
|
|
|
func (e *FunctionCallExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-06-05 07:09:04 -07:00
|
|
|
func (e *IndexExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-05-24 08:50:44 -07:00
|
|
|
func (e *LiteralValueExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-06-04 16:14:02 -07:00
|
|
|
func (e *ObjectConsExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-06-04 18:40:15 -07:00
|
|
|
func (e *RelativeTraversalExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-05-24 08:50:44 -07:00
|
|
|
func (e *ScopeTraversalExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
2017-06-01 07:05:22 -07:00
|
|
|
|
2017-06-01 08:01:12 -07:00
|
|
|
func (e *TemplateExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-06-04 14:22:51 -07:00
|
|
|
func (e *TupleConsExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-06-01 07:05:22 -07:00
|
|
|
func (e *UnaryOpExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|