Interface Matcher
- All Known Implementing Classes:
JsSourceMatcher
public interface Matcher
-
Method Summary
Modifier and TypeMethodDescriptionboolean
matches
(Node n, NodeMetadata metadata) Returns true if the specifiedNode
andNodeMetadata
match the given pattern.
-
Method Details
-
matches
Returns true if the specifiedNode
andNodeMetadata
match the given pattern.
-