/* (omit javadoc for this method)
  * Method declared on ASTNode.
  */
 final boolean subtreeMatch0(ASTMatcher matcher, Object other) {
   // dispatch to correct overloaded match method
   return matcher.match(this, other);
 }
 /* (non-Javadoc)
  * @see org.eclipse.wst.jsdt.core.dom.ASTNode#subtreeMatch0(org.eclipse.wst.jsdt.core.dom.ASTMatcher, java.lang.Object)
  */
 @Override
 boolean subtreeMatch0(ASTMatcher matcher, Object other) {
   return matcher.match(this, other);
 }