Package net.sf.jasperreports.javascript
Class JavaScriptCompiledData.ExpressionIndexes
- java.lang.Object
-
- net.sf.jasperreports.javascript.JavaScriptCompiledData.ExpressionIndexes
-
- All Implemented Interfaces:
Serializable
- Enclosing class:
- JavaScriptCompiledData
protected static class JavaScriptCompiledData.ExpressionIndexes extends Object implements Serializable
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description ExpressionIndexes(int defaultExpressionIdx, int oldExpressionIdx, int estimatedExpressionIdx)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description int
getDefaultExpressionIndex()
int
getEstimatedExpressionIndex()
int
getOldExpressionIndex()
-