Searched refs:datasBlockNestingLevel (Results 1 - 1 of 1) sorted by relevance

/external/jsilver/src/com/google/clearsilver/jsilver/syntax/
H A DDataCommandConsolidator.java60 private int datasBlockNestingLevel = -1; field in class:DataCommandConsolidator
82 datasBlockNestingLevel = -1;
87 assert datasBlockNestingLevel <= currentBlockNestingLevel;
95 assert datasBlockNestingLevel <= currentBlockNestingLevel;
96 if (datasBlockNestingLevel == currentBlockNestingLevel) {
107 assert datasBlockNestingLevel <= currentBlockNestingLevel;
108 if (currentBlockNestingLevel != datasBlockNestingLevel) {
112 datasBlockNestingLevel = currentBlockNestingLevel;

Completed in 180 milliseconds