Uses of Class
org.makumba.analyser.AnalysableExpression

Packages that use AnalysableExpression
org.makumba.commons   
org.makumba.list.functions   
 

Uses of AnalysableExpression in org.makumba.commons
 

Methods in org.makumba.commons with parameters of type AnalysableExpression
(package private)  void ParseStatus.addExpression(AnalysableExpression e, ELData ed)
          Caches useful information for an EL expression in the page cache, for later re-use
 

Uses of AnalysableExpression in org.makumba.list.functions
 

Subclasses of AnalysableExpression in org.makumba.list.functions
 class CountFunctions
          Represents all types of mak:count() functions, and does analysis on them.
 class GenericListValueFunction
          Provides a basic implementation for a EL function that uses a ValueComputer to compute some value from an expression.
 class ValueChangeFunctions
          Provides the mak:hasValueChanged('expr') and mak:willValueChange('expr') methods.
 class ValueFunction
          Implements a mak:value() function, similar to the mak:value tag (ValueTag).