Interface Matcher
-
- All Known Implementing Classes:
JsSourceMatcher
public interface Matcher
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanmatches(Node n, NodeMetadata metadata)Returns true if the specifiedNodeandNodeMetadatamatch the given pattern.
-
-
-
Method Detail
-
matches
boolean matches(Node n, NodeMetadata metadata)
Returns true if the specifiedNodeandNodeMetadatamatch the given pattern.
-
-