net.sourceforge.templat.expr
Class ExprActions
java.lang.Object
   net.sourceforge.templat.expr.ExprActions
net.sourceforge.templat.expr.ExprActions
-  class ExprActions 
- extends Object
Actions for ExprParser and IncludeParser.
- Author:
- Chris Mosher
 
 
| Methods inherited from class java.lang.Object | 
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
ExprActions
public ExprActions(ContextStack stackContext)
createList
public ArrayList<Object> createList()
- 
 
addToList
public ArrayList<Object> addToList(Object arg,
                                   Object arglist)
- 
 
createArraySubscript
public ArraySubscript createArraySubscript(Object subscript)
                                    throws TemplateParsingException
- 
- Throws:
- TemplateParsingException
 
createMethodCall
public MethodCall createMethodCall(Object nameMethod,
                                   Object arglist)
- 
 
applySelectors
public Object applySelectors(Object name,
                             Object selectors)
                      throws TemplateParsingException
- 
- Throws:
- TemplateParsingException