Package com.singularsys.jep.misc.javaops

Full set of java operators: ++x, ?

See:
          Description

Class Summary
AbstractInc Base class for pre and post increment operators.
JavaOperatorTable An operator table which supports most of the operators which appear in Java.
OpEquals  
PostDec Java style x-- operator.
PostInc Java style x++ operator.
PreDec Java style --x operator.
PreInc Java style ++x operator.
TernaryConditional  
 

Enum Summary
JavaOperatorTable.JavaOperators  
 

Package com.singularsys.jep.misc.javaops Description

Full set of java operators: ++x, ?:, += and bitwise operators



Copyright © 2010 Singular Systems http://www.singularsys.com/jep