|
||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use ContextStack | |
---|---|
net.sourceforge.templat.expr | Lexes and parses an expression. |
net.sourceforge.templat.parser | Parses a list of tokens to render a template. |
Uses of ContextStack in net.sourceforge.templat.expr |
---|
Methods in net.sourceforge.templat.expr with parameters of type ContextStack | |
---|---|
static Object |
Expression.eval(String expr,
ContextStack stackContext)
Evaluates the given expression, using the given context stack. |
Constructors in net.sourceforge.templat.expr with parameters of type ContextStack | |
---|---|
ExprActions(ContextStack stackContext)
|
|
ExprParser(String input,
ContextStack stackContext)
|
Uses of ContextStack in net.sourceforge.templat.parser |
---|
Methods in net.sourceforge.templat.parser that return ContextStack | |
---|---|
ContextStack |
TemplateParser.getContext()
Gets this parser's stack of contexts. |
|
||||||||||
PREV NEXT | FRAMES NO FRAMES |