Class OpEquals

java.lang.Object
com.singularsys.jep.functions.PostfixMathCommand
com.singularsys.jep.misc.javaops.OpEquals
All Implemented Interfaces:
CallbackEvaluationI, PostfixMathCommandI, Serializable

public class OpEquals extends PostfixMathCommand implements CallbackEvaluationI
Function implementing compound assignment operators such as +=, *= etc. The operator is specified by the fun parameter in the constructor.
See Also: