Package net.sf.jasperreports.compilers
Class SimpleTextEvaluation
- java.lang.Object
-
- net.sf.jasperreports.compilers.SimpleTextEvaluation
-
- All Implemented Interfaces:
Serializable
,DirectExpressionEvaluation
public class SimpleTextEvaluation extends Object implements DirectExpressionEvaluation, Serializable
- Author:
- Lucian Chirita (lucianc@users.sourceforge.net)
- See Also:
- Serialized Form
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface net.sf.jasperreports.compilers.DirectExpressionEvaluation
DirectExpressionEvaluation.EvaluationType
-
-
Constructor Summary
Constructors Constructor Description SimpleTextEvaluation(JRExpressionChunk[] chunks)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description JRExpressionChunk[]
getChunks()
DirectExpressionEvaluation.EvaluationType
getType()
-
-
-
Constructor Detail
-
SimpleTextEvaluation
public SimpleTextEvaluation(JRExpressionChunk[] chunks)
-
-
Method Detail
-
getType
public DirectExpressionEvaluation.EvaluationType getType()
- Specified by:
getType
in interfaceDirectExpressionEvaluation
-
getChunks
public JRExpressionChunk[] getChunks()
-
-