Matches returns the ordered set of Match declarations.
()
| 250 | |
| 251 | // Matches returns the ordered set of Match declarations. |
| 252 | func (r *Rule) Matches() []*Match { |
| 253 | return r.matches[:] |
| 254 | } |
| 255 | |
| 256 | // Variables returns the order set of Variable tuples. |
| 257 | func (r *Rule) Variables() []*Variable { |
no outgoing calls