Home
last modified time | relevance | path

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

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DTemplateTranslator.java316 writeEach(node.getVariable(), parent, node.getCommand()); in caseAEachCommand()
456 private void writeEach(PVariable itemVariable, JavaExpression parentData, PCommand command) { in writeEach() method in TemplateTranslator