Uses of Class
org.eclipse.wst.jsdt.core.dom.ASTMatcher

Packages that use ASTMatcher
org.eclipse.wst.jsdt.core.dom   
 

Uses of ASTMatcher in org.eclipse.wst.jsdt.core.dom
 

Methods in org.eclipse.wst.jsdt.core.dom with parameters of type ASTMatcher
 boolean ASTNode.subtreeMatch(ASTMatcher matcher, java.lang.Object other)
          Returns whether the subtree rooted at the given node matches the given other object as decided by the given matcher.