Searched refs:currentMethodIndent (Results 1 – 1 of 1) sorted by relevance
365 int currentMethodIndent = -1; in getCompiledMethods() local368 while (currentMethodIndent != -1 && i < response.length in getCompiledMethods()369 && getIndent(response[i]) > currentMethodIndent) { in getCompiledMethods()383 currentMethodIndent = -1; in getCompiledMethods()388 currentMethodIndent = getIndent(response[i]); in getCompiledMethods()