Searched refs:REGEX_TYPE (Results 1 – 1 of 1) sorted by relevance
49 private static final String REGEX_TYPE = REGEX_CLASS + "(?:\\[\\])*"; field in ReTrace51 …private static final String REGEX_ARGUMENTS = "(?:" + REGEX_TYPE + "(?:\\s*,\\s*" + REGEX_TYPE +…149 expressionBuffer.append(REGEX_TYPE); in execute()