Uses of Class
org.pentaho.reporting.engine.classic.core.function.ExpressionCollection

Packages that use ExpressionCollection
org.pentaho.reporting.engine.classic.core Main classes in the JFreeReport class library. 
org.pentaho.reporting.engine.classic.core.modules.parser.extwriter Support for writing MasterReport instances to a character stream in XML format. 
 

Uses of ExpressionCollection in org.pentaho.reporting.engine.classic.core
 

Methods in org.pentaho.reporting.engine.classic.core that return ExpressionCollection
 ExpressionCollection AbstractReportDefinition.getExpressions()
          Returns the expressions for the report.
 

Methods in org.pentaho.reporting.engine.classic.core with parameters of type ExpressionCollection
 void AbstractReportDefinition.setExpressions(ExpressionCollection expressions)
          Sets the expressions for the report.
 

Uses of ExpressionCollection in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter
 

Methods in org.pentaho.reporting.engine.classic.core.modules.parser.extwriter with parameters of type ExpressionCollection
 void FunctionsWriter.writeExpressions(ExpressionCollection exp)
          Writes a collection of functions/expressions to XML.