2017-09-11 23:40:37 +00:00
|
|
|
package hclsyntax
|
|
|
|
|
|
|
|
// Generated by expression_vars_get.go. DO NOT EDIT.
|
|
|
|
// Run 'go generate' on this package to update the set of functions here.
|
|
|
|
|
|
|
|
import (
|
2019-09-09 23:08:19 +00:00
|
|
|
"github.com/hashicorp/hcl/v2"
|
2017-09-11 23:40:37 +00:00
|
|
|
)
|
|
|
|
|
|
|
|
func (e *AnonSymbolExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (e *BinaryOpExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (e *ConditionalExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (e *ForExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (e *FunctionCallExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (e *IndexExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (e *LiteralValueExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (e *ObjectConsExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2018-02-26 16:38:35 +00:00
|
|
|
func (e *ObjectConsKeyExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
2017-09-11 23:40:37 +00:00
|
|
|
func (e *RelativeTraversalExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (e *ScopeTraversalExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (e *SplatExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (e *TemplateExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (e *TemplateJoinExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (e *TemplateWrapExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (e *TupleConsExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|
|
|
|
|
|
|
|
func (e *UnaryOpExpr) Variables() []hcl.Traversal {
|
|
|
|
return Variables(e)
|
|
|
|
}
|