Menu

#6 field access interception

open
nobody
None
5
2008-08-30
2008-08-30
luc_p
No

It is possible to add the described below code enhancement to Enhancer ?
The goal is to be able to intercept field access.

The proposed code enhancement to do is:
replace all occurence of xxx=<expression> by setXxx(<expression>), create setXxx if need.
replace all occurence of xxx in expression by getXxx(), create getXxx if need.
then make able to intercept in call back these created setter and getter.

Discussion

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.