Register a new Rule instance matching the specified pattern. @param pattern Nesting pattern to be matched for this Rule @param rule Rule instance to be registered
(String pattern, Rule rule)
| 51 | * @param rule Rule instance to be registered |
| 52 | */ |
| 53 | void add(String pattern, Rule rule); |
| 54 | |
| 55 | |
| 56 | /** |
no outgoing calls
no test coverage detected