Home | History | Annotate | Download | only in codegen

Lines Matching refs:chunks

531 			List chunks = translateAction(ruleName,actionAST);
532 scopeActions.put(name, chunks); // replace with translation
897 List chunks = translator.translateToChunks();
898 chunks = target.postProcessAction(chunks, actionTree.token);
899 return chunks;
904 * of chunks, must cat together into a ST>. Don't translate
921 List chunks = translator.translateToChunks();
922 chunks = target.postProcessAction(chunks, actionToken);
923 ST catST = new ST(templates, "<chunks>");
924 catST.add("chunks", chunks);