Matches returns the ordered set of Match declarations.
()
| 209 | |
| 210 | // Matches returns the ordered set of Match declarations. |
| 211 | func (r *Rule) Matches() []*Match { |
| 212 | return r.matches[:] |
| 213 | } |
| 214 | |
| 215 | // Variables returns the order set of Variable tuples. |
| 216 | func (r *Rule) Variables() []*Variable { |
no outgoing calls