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:
-
Constructor Summary
ConstructorsConstructorDescriptionExpressionIndexes
(int defaultExpressionIdx, int oldExpressionIdx, int estimatedExpressionIdx) -
Method Summary
Modifier and TypeMethodDescriptionint
int
int
-
Constructor Details
-
ExpressionIndexes
public ExpressionIndexes(int defaultExpressionIdx, int oldExpressionIdx, int estimatedExpressionIdx)
-
-
Method Details
-
getDefaultExpressionIndex
public int getDefaultExpressionIndex() -
getOldExpressionIndex
public int getOldExpressionIndex() -
getEstimatedExpressionIndex
public int getEstimatedExpressionIndex()
-