Home
last modified time | relevance | path

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

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DAutoEscaper.java179 AutoEscapeContext.AutoEscapeState ifEndState = autoEscapeContext.getCurrentState(); in caseAIfCommand() local
192 if (!ifEndState.equals(elseEndState)) { in caseAIfCommand()
194 + ifEndState + " and " + elseEndState, templateName, line, column); in caseAIfCommand()