Super Proxy
Package:
Summary:
Create object to access private members
Groups:
Author:
Description:
This class can be used to create object of a class in order to access private and protected variables and functions of another class.
It uses reflection to create a copy of the declaration of a given class and changes it to turn private and protected variables and functions.
The class can create an object of the original class copy.
It uses reflection to create a copy of the declaration of a given class and changes it to turn private and protected variables and functions.
The class can create an object of the original class copy.
Comments are closed.