reflect abstract method

InstanceMirror reflect(
  1. Object o
)

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);