AddressProxy |
Stores information about a address in a program such that the address can
be retrieved when needed.
|
CodeUnitProxy |
Stores information about a code unti in a program such that the code unit can
be retrieved when needed.
|
DataProxy |
Stores information about a data item in a program such that the data item can
be retrieved when needed.
|
EmptyProxy |
Used proxy a null value
|
FunctionProxy |
Stores information about a function in a program such that the function can
be retrieved when needed.
|
ProxyObj<T> |
Implementing objects of this interface hold an object from a program (e.g.
|
VariableProxy |
Stores information about a variable in a program such that the variable can
be retrieved when needed.
|