Searched refs:functionCall (Results 1 – 1 of 1) sorted by relevance
207 public static String formatFunctionCall(String indent, String functionCall) { in formatFunctionCall() argument209 String tokens[] = functionCall.split("\\(|\\)", 2); in formatFunctionCall()