public interface IntegerCalc extends Calc
int.
 When implementing this interface, it is convenient to extend
 AbstractIntegerCalc, but it is not required.
| Modifier and Type | Method and Description | 
|---|---|
int | 
evaluateInteger(Evaluator evaluator)
Evaluates this expression to yield an  
int value. | 
accept, dependsOn, evaluate, getResultStyle, getType, isWrapperFor, unwrapint evaluateInteger(Evaluator evaluator)
int value.
 If the result is null, returns the special
 FunUtil.IntegerNull value.evaluator - Evaluation context