java.lang.reflect
Class ReflectionAccessImpl
java.lang.Object
java.lang.reflect.ReflectionAccessImpl
- All Implemented Interfaces:
- org.apache.harmony.kernel.vm.ReflectionAccess
final class ReflectionAccessImpl
- extends Object
- implements org.apache.harmony.kernel.vm.ReflectionAccess
Implementation of bridge from java.lang to
java.lang.reflect.
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
THE_ONE
static final ReflectionAccessImpl THE_ONE
- non-null; unique instance of this class
clone
public Method clone(Method method)
-
- Specified by:
clone in interface org.apache.harmony.kernel.vm.ReflectionAccess
accessibleClone
public Method accessibleClone(Method method)
-
- Specified by:
accessibleClone in interface org.apache.harmony.kernel.vm.ReflectionAccess
setAccessibleNoCheck
public void setAccessibleNoCheck(AccessibleObject ao,
boolean accessible)
-
- Specified by:
setAccessibleNoCheck in interface org.apache.harmony.kernel.vm.ReflectionAccess
Please submit a feedback, bug or feature