SourceInfo returns the policy file metadata about expression positions.
()
| 81 | |
| 82 | // SourceInfo returns the policy file metadata about expression positions. |
| 83 | func (p *Policy) SourceInfo() *ast.SourceInfo { |
| 84 | return p.info |
| 85 | } |
| 86 | |
| 87 | // Imports returns the list of imports associated with the policy. |
| 88 | func (p *Policy) Imports() []*Import { |
no outgoing calls