Java Modify |
Indicates that a variable’s value is modified or both read and set, as with the increment (++), decrement (--), and assignment/operator combinations (*=, /=, ...).
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 |