Name returns the name of the validator. Names must be unique.
()
| 116 | type ASTValidator interface { |
| 117 | // Name returns the name of the validator. Names must be unique. |
| 118 | Name() string |
| 119 | |
| 120 | // Validate validates a given Ast within an Environment and collects a set of potential issues. |
| 121 | // |
no outgoing calls