Searched refs:dotdotPattern (Results 1 – 4 of 4) sorted by relevance
46 static Pattern dotdotPattern = Pattern.compile(dotdot); field in TreeParser184 Matcher dotdotMatcher = dotdotPattern.matcher(context); in inContext()
53 static Regex dotdotPattern = new Regex( dotdot, RegexOptions.Compiled ); field in Antlr.Runtime.Tree.TreeParser
51 static Regex dotdotPattern = new Regex(dotdot, RegexOptions.Compiled); field in Antlr.Runtime.Tree.TreeParser
2229 dotdotPattern = re.compile(dotdot) variable in TreeParser2257 if cls.dotdotPattern.match(context):