Home
last modified time | relevance | path

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

/external/jsilver/src/com/google/clearsilver/jsilver/compiler/
DTemplateTranslator.java731 MacroInfo macroInfo = macroMap.get(name); in caseACallCommand() local
732 if (macroInfo == null) { in caseACallCommand()
741 macroCalled = macroInfo.symbol; in caseACallCommand()