Searched refs:currentJsonPointer (Results 1 – 1 of 1) sorted by relevance
319 String currentJsonPointer = _asString; in append() local320 if (currentJsonPointer.endsWith("/")) { in append()322 currentJsonPointer = currentJsonPointer.substring(0, currentJsonPointer.length()-1); in append()324 return compile(currentJsonPointer + tail._asString); in append()