Class Summary |
Inheritance |
This class provides a number of Java class-hierarchy manipulation functions. |
InOutParameter |
This class represents a proxy to a reference for an object, providing a
simple generic mechanism for implementing true call-by-reference semantics
with Java class methods. |
InParameter |
This class represents an in-parameter, in the form of a constant proxy to a
reference for an object. |
OutParameter |
This class represents an in-parameter, in the form of a constant proxy to a
reference for an object. |