Java Modify

Indicates that a variable’s value is modified or both read and set, as with the increment (++), decrement (--), and assignment/operator combinations (*=, /=, ...).

void some_meth() { 
   int i = 5; 
   i++; 
}
Reference Kind
Entity Performing Reference
Entity Being Referenced
Java Modify
some_meth
i
Java Modifyby
i
some_meth
 

Scientific Toolworks, Inc.
http://www.scitools.com