| gnu.mapping.Procedure1 nice.tools.code.IncrementProc
IncrementProc | public class IncrementProc extends gnu.mapping.Procedure1 implements Inlineable(Code) | | Increment the value of an object field.
Returns either the old or the new value.
author: Daniel Bonniot |
IncrementProc | public IncrementProc(Declaration field, boolean returnOld, boolean increment)(Code) | | Parameters: field - the field to increment or decrement. Parameters: increment - true to increment, false to decrement Parameters: returnOld - if true, return value before modification,otherwise value after modification |
|
|