Searched refs:SPLIT_PARAMS (Results 1 – 1 of 1) sorted by relevance
73 private static final Pattern SPLIT_PARAMS = Pattern.compile("->(?<param>\\w+)"); field in TraceFormatParser108 Matcher paramsMatcher = SPLIT_PARAMS.matcher(paramsString); in parse()