Uses of Interface
net.sf.jasperreports.engine.JRExpressionChunk
-
Packages that use JRExpressionChunk Package Description net.sf.jasperreports.compilers Contains classes for report compiling and expressions evaluating.net.sf.jasperreports.engine Provides access to the library's main functionality through facade classes for compiling, filling and exporting reports and also publishes the library's main interfaces and classes.net.sf.jasperreports.engine.base Contains base implementations for the library's main interfaces.net.sf.jasperreports.engine.design Contains design time implementations for the library's main interfaces as well as report compiling tools.net.sf.jasperreports.engine.fill Contains fill time implementations for the library's main interfaces and the entire engine used in the filling process (the actual core of JasperReports).net.sf.jasperreports.engine.util Contains utility classes for the core library. -
-
Uses of JRExpressionChunk in net.sf.jasperreports.compilers
Methods in net.sf.jasperreports.compilers that return JRExpressionChunk Modifier and Type Method Description JRExpressionChunk[]SimpleTextEvaluation. getChunks()Methods in net.sf.jasperreports.compilers with parameters of type JRExpressionChunk Modifier and Type Method Description voidJavaScriptCompilerBase.ScriptExpressionVisitor. visitFieldChunk(JRExpressionChunk chunk)voidJavaScriptCompilerBase.ScriptExpressionVisitor. visitParameterChunk(JRExpressionChunk chunk)voidJavaScriptCompilerBase.ScriptExpressionVisitor. visitResourceChunk(JRExpressionChunk chunk)voidJavaScriptCompilerBase.ScriptExpressionVisitor. visitTextChunk(JRExpressionChunk chunk)voidJavaScriptCompilerBase.ScriptExpressionVisitor. visitVariableChunk(JRExpressionChunk chunk)Constructors in net.sf.jasperreports.compilers with parameters of type JRExpressionChunk Constructor Description SimpleTextEvaluation(JRExpressionChunk[] chunks)SimpleTextEvaluator(JRExpressionChunk[] chunks) -
Uses of JRExpressionChunk in net.sf.jasperreports.engine
Methods in net.sf.jasperreports.engine that return JRExpressionChunk Modifier and Type Method Description JRExpressionChunk[]JRExpression. getChunks() -
Uses of JRExpressionChunk in net.sf.jasperreports.engine.base
Classes in net.sf.jasperreports.engine.base that implement JRExpressionChunk Modifier and Type Class Description classJRBaseExpressionChunkMethods in net.sf.jasperreports.engine.base that return JRExpressionChunk Modifier and Type Method Description JRExpressionChunk[]JRBaseExpression. getChunks()Methods in net.sf.jasperreports.engine.base with parameters of type JRExpressionChunk Modifier and Type Method Description protected JRBaseExpressionChunkJRBaseObjectFactory. getExpressionChunk(JRExpressionChunk expressionChunk)Constructors in net.sf.jasperreports.engine.base with parameters of type JRExpressionChunk Constructor Description JRBaseExpressionChunk(JRExpressionChunk queryChunk, JRBaseObjectFactory factory) -
Uses of JRExpressionChunk in net.sf.jasperreports.engine.design
Classes in net.sf.jasperreports.engine.design that implement JRExpressionChunk Modifier and Type Class Description classJRDesignExpressionChunkFields in net.sf.jasperreports.engine.design with type parameters of type JRExpressionChunk Modifier and Type Field Description protected List<JRExpressionChunk>JRDesignExpression. chunksMethods in net.sf.jasperreports.engine.design that return JRExpressionChunk Modifier and Type Method Description JRExpressionChunk[]JRDesignExpression. getChunks()Method parameters in net.sf.jasperreports.engine.design with type arguments of type JRExpressionChunk Modifier and Type Method Description voidJRDesignExpression. setChunks(List<JRExpressionChunk> chunks)Clears the current list of chunks and adds the passed list of chunks. -
Uses of JRExpressionChunk in net.sf.jasperreports.engine.fill
Methods in net.sf.jasperreports.engine.fill with parameters of type JRExpressionChunk Modifier and Type Method Description static StringSimpleTextExpressionEvaluator. evaluate(JRExpressionChunk[] chunks, ExpressionValues values) -
Uses of JRExpressionChunk in net.sf.jasperreports.engine.util
Methods in net.sf.jasperreports.engine.util with parameters of type JRExpressionChunk Modifier and Type Method Description voidCompositeExpressionChunkVisitor. visitFieldChunk(JRExpressionChunk chunk)voidExpressionChunkVisitor. visitFieldChunk(JRExpressionChunk chunk)voidCompositeExpressionChunkVisitor. visitParameterChunk(JRExpressionChunk chunk)voidExpressionChunkVisitor. visitParameterChunk(JRExpressionChunk chunk)voidCompositeExpressionChunkVisitor. visitResourceChunk(JRExpressionChunk chunk)voidExpressionChunkVisitor. visitResourceChunk(JRExpressionChunk chunk)voidCompositeExpressionChunkVisitor. visitTextChunk(JRExpressionChunk chunk)voidExpressionChunkVisitor. visitTextChunk(JRExpressionChunk chunk)voidCompositeExpressionChunkVisitor. visitVariableChunk(JRExpressionChunk chunk)voidExpressionChunkVisitor. visitVariableChunk(JRExpressionChunk chunk)
-