Searched refs:nChunks (Results 1 – 1 of 1) sorted by relevance
105 List nChunks = new ArrayList(); in postProcessAction() local111 if ( nChunks.size() == 0 && actionToken.getCharPositionInLine() >= 0 ) { in postProcessAction()125 nChunks.add(chunk); in postProcessAction()129 if ( nChunks.size() == 0 && actionToken.getCharPositionInLine() >= 0 ) { in postProcessAction()137 nChunks.add(ws); in postProcessAction()140 nChunks.add(chunk); in postProcessAction()148 int lastChunk = nChunks.size() - 1; in postProcessAction()150 && nChunks.get(lastChunk) instanceof String in postProcessAction()151 && ((String)nChunks.get(lastChunk)).trim().length() == 0 ) in postProcessAction()157 && nChunks.get(firstChunk) instanceof String in postProcessAction()[all …]