Class OpInc

  • All Implemented Interfaces:
    Opcodes, SpelNode

    public class OpInc
    extends Operator
    Increment operator. Can be used in a prefix or postfix form. This will throw appropriate exceptions if the operand in question does not support increment.
    Since:
    3.2
    Author:
    Andy Clement, Juergen Hoeller, Giovanni Dall'Oglio Risso