Class AbstractInc

java.lang.Object
com.singularsys.jep.functions.PostfixMathCommand
com.singularsys.jep.misc.javaops.AbstractInc
All Implemented Interfaces:
CallbackEvaluationI, PostfixMathCommandI, Serializable
Direct Known Subclasses:
NullWrappedAbstractInc, PostDec, PostInc, PreDec, PreInc

public abstract class AbstractInc extends PostfixMathCommand implements CallbackEvaluationI
Base class for pre and post increment operators.
See Also: