reflect abstract method
Returns a mirror of the given object reflectee
.
Throws a NoSuchCapabilityError if the class of o
has not been marked
for reflection.
Implementation
InstanceMirror reflect(Object o);
Returns a mirror of the given object reflectee
.
Throws a NoSuchCapabilityError if the class of o
has not been marked
for reflection.
InstanceMirror reflect(Object o);