super(); this.matcherName = matcherName; this.mc = mc;
if (matcherName.indexOf("=") >= 0) { return matcherName.substring(getMatcherName().length() + 1); } else { return null; }
return mc;
if (matcherName.indexOf("=") >= 0) { return matcherName.split("=")[0]; } else { return matcherName; }