Searched refs:atMatch (Results 1 – 1 of 1) sorted by relevance
96 Matcher atMatch = AT.matcher(line); in parse() local97 if (atMatch.matches()) { in parse()102 if (!causedByMatch.matches() && !atMatch.matches()) { in parse()