2017-05-24 15:50:44 +00: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-28 00:33:09 +00:00
|
|
|
"github.com/zclconf/go-zcl/zcl"
|
2017-05-24 15:50:44 +00:00
|
|
|
)
|
|
|
|
|
2017-05-24 15:51:34 +00:00
|
|
|
func (e *FunctionCallExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-05-24 15:50:44 +00:00
|
|
|
func (e *LiteralValueExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (e *ScopeTraversalExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|