]> git.immae.eu Git - github/fretlink/terraform-provider-statuscake.git/blob - vendor/github.com/hashicorp/hcl2/hcl/hclsyntax/expression_vars.go
deps: github.com/hashicorp/terraform@sdk-v0.11-with-go-modules
[github/fretlink/terraform-provider-statuscake.git] / vendor / github.com / hashicorp / hcl2 / hcl / hclsyntax / expression_vars.go
1 package hclsyntax
2
3 // Generated by expression_vars_get.go. DO NOT EDIT.
4 // Run 'go generate' on this package to update the set of functions here.
5
6 import (
7 "github.com/hashicorp/hcl2/hcl"
8 )
9
10 func (e *AnonSymbolExpr) Variables() []hcl.Traversal {
11 return Variables(e)
12 }
13
14 func (e *BinaryOpExpr) Variables() []hcl.Traversal {
15 return Variables(e)
16 }
17
18 func (e *ConditionalExpr) Variables() []hcl.Traversal {
19 return Variables(e)
20 }
21
22 func (e *ForExpr) Variables() []hcl.Traversal {
23 return Variables(e)
24 }
25
26 func (e *FunctionCallExpr) Variables() []hcl.Traversal {
27 return Variables(e)
28 }
29
30 func (e *IndexExpr) Variables() []hcl.Traversal {
31 return Variables(e)
32 }
33
34 func (e *LiteralValueExpr) Variables() []hcl.Traversal {
35 return Variables(e)
36 }
37
38 func (e *ObjectConsExpr) Variables() []hcl.Traversal {
39 return Variables(e)
40 }
41
42 func (e *ObjectConsKeyExpr) Variables() []hcl.Traversal {
43 return Variables(e)
44 }
45
46 func (e *RelativeTraversalExpr) Variables() []hcl.Traversal {
47 return Variables(e)
48 }
49
50 func (e *ScopeTraversalExpr) Variables() []hcl.Traversal {
51 return Variables(e)
52 }
53
54 func (e *SplatExpr) Variables() []hcl.Traversal {
55 return Variables(e)
56 }
57
58 func (e *TemplateExpr) Variables() []hcl.Traversal {
59 return Variables(e)
60 }
61
62 func (e *TemplateJoinExpr) Variables() []hcl.Traversal {
63 return Variables(e)
64 }
65
66 func (e *TemplateWrapExpr) Variables() []hcl.Traversal {
67 return Variables(e)
68 }
69
70 func (e *TupleConsExpr) Variables() []hcl.Traversal {
71 return Variables(e)
72 }
73
74 func (e *UnaryOpExpr) Variables() []hcl.Traversal {
75 return Variables(e)
76 }