Home
last modified time | relevance | path

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

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
DStructuralWhitespaceStripper.java172 private boolean currentLineContainsInlineComplexCommand = false; field in StructuralWhitespaceStripper
314 currentLineContainsInlineComplexCommand = false; in caseADataCommand()
335 currentLineContainsInlineComplexCommand = false; in abortWhitespaceChompingForCurrentLine()
384 currentLineContainsInlineComplexCommand = true; in enterComplexCommand()
388 if (currentLineContainsInlineComplexCommand) { in exitComplexCommand()