Package com.singularsys.jep.misc.javaops
package com.singularsys.jep.misc.javaops
Full set of java operators: ++x, ?:, += and bitwise operators
-
ClassDescriptionBase class for pre and post increment operators.An operator table which supports most of the operators which appear in Java.Keys to identify the Java operators.Function implementing compound assignment operators such as
+=,*=etc.Java style x-- operator.Java style x++ operator.Java style --x operator.Java style ++x operator.Implements thecondition ?