Home
last modified time | relevance | path

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

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DJavaSourceWriter.java227 public void startIterableForLoop(String type, String name, JavaExpression expression) { in startIterableForLoop() method in JavaSourceWriter
DTemplateTranslator.java464 java.startIterableForLoop("Data", childDataVariable, call("getChildren", parentData)); in writeEach()