Home
last modified time | relevance | path

Searched refs:nChunks (Results 1 – 1 of 1) sorted by relevance

/external/antlr/antlr-3.4/tool/src/main/java/org/antlr/codegen/
DPythonTarget.java105 List nChunks = new ArrayList(); in postProcessAction() local
111 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 …]