net.sourceforge.templat.expr
Interface Selector

All Known Implementing Classes:
ArraySubscript, MethodCall

interface Selector


Method Summary
 Object apply(Object var)
          Applies this selector to the given variable.
 

Method Detail

apply

Object apply(Object var)
             throws TemplateParsingException
Applies this selector to the given variable.

Parameters:
var - variable to apply this selector to
Returns:
the result of applying this selector to the given variable
Throws:
TemplateParsingException