OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pushVariableScope
(Results
1 - 3
of
3
) sorted by null
/external/jsilver/src/com/google/clearsilver/jsilver/data/
DataContext.java
36
void
pushVariableScope
();
97
* that, use the Data node returned by {@link #
pushVariableScope
()}.
DefaultDataContext.java
65
public void
pushVariableScope
() {
67
throw new IllegalStateException("
PushVariableScope
called twice with no "
75
* this more times than {@link #
pushVariableScope
} has been called.
120
throw new IllegalStateException("Must call
pushVariableScope
before "
/external/jsilver/src/com/google/clearsilver/jsilver/interpreter/
TemplateInterpreter.java
304
dataContext.
pushVariableScope
();
496
dataContext.
pushVariableScope
();
530
dataContext.
pushVariableScope
();
544
dataContext.
pushVariableScope
();
Completed in 40 milliseconds