You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It would be useful to expose the part of a rewrite-rule application that matches a pattern against a subgraph (rooted at a node) as standalone functionality. To enable this, first:
Extract a base-class PatternImpl for class RewriteRule that encapsulates just the _target_pattern, _matcher, and _condition_function.
Extract a base-class PatternBase for class RewriteRuleClassBase that encapsulates the pattern and check methods.