SourceInfo returns the policy file metadata about expression positions.
()
| 63 | |
| 64 | // SourceInfo returns the policy file metadata about expression positions. |
| 65 | func (p *Policy) SourceInfo() *ast.SourceInfo { |
| 66 | return p.info |
| 67 | } |
| 68 | |
| 69 | // Imports returns the list of imports associated with the policy. |
| 70 | func (p *Policy) Imports() []*Import { |
no outgoing calls