Searched refs:expressionBuffer (Results 1 – 1 of 1) sorted by relevance
116 StringBuffer expressionBuffer = new StringBuffer(regularExpression.length() + 32); in execute() local130 expressionBuffer.append(regularExpression.substring(index, nextIndex)); in execute()131 expressionBuffer.append('('); in execute()137 expressionBuffer.append(REGEX_CLASS); in execute()141 expressionBuffer.append(REGEX_CLASS_SLASH); in execute()145 expressionBuffer.append(REGEX_LINE_NUMBER); in execute()149 expressionBuffer.append(REGEX_TYPE); in execute()153 expressionBuffer.append(REGEX_MEMBER); in execute()157 expressionBuffer.append(REGEX_MEMBER); in execute()161 expressionBuffer.append(REGEX_ARGUMENTS); in execute()[all …]