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-06-01 01:54:54 +00:00
|
|
|
func (e *BinaryOpExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-05-31 15:37:17 +00:00
|
|
|
func (e *ConditionalExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-05-24 15:51:34 +00:00
|
|
|
func (e *FunctionCallExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-06-05 14:09:04 +00:00
|
|
|
func (e *IndexExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-05-24 15:50:44 +00:00
|
|
|
func (e *LiteralValueExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-06-04 23:14:02 +00:00
|
|
|
func (e *ObjectConsExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-06-05 01:40:15 +00:00
|
|
|
func (e *RelativeTraversalExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-05-24 15:50:44 +00:00
|
|
|
func (e *ScopeTraversalExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
2017-06-01 14:05:22 +00:00
|
|
|
|
2017-06-01 15:01:12 +00:00
|
|
|
func (e *TemplateExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-06-04 21:22:51 +00:00
|
|
|
func (e *TupleConsExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-06-01 14:05:22 +00:00
|
|
|
func (e *UnaryOpExpr) Variables() []zcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|