Uses of Class
org.jikesrvm.runtime.ReflectionBase

Packages that use ReflectionBase
org.jikesrvm.classloader   
org.jikesrvm.runtime   
 

Uses of ReflectionBase in org.jikesrvm.classloader
 

Fields in org.jikesrvm.classloader with type parameters of type ReflectionBase
private static ImmutableEntryHashMapRVM<RVMMethod,ReflectionBase> RVMMethod.invokeMethods
          Map from a method to a reflective method capable of invoking it
 

Methods in org.jikesrvm.classloader that return ReflectionBase
 ReflectionBase RVMMethod.getInvoker()
          Get an instance of an object capable of reflectively invoking this method
 

Uses of ReflectionBase in org.jikesrvm.runtime
 

Fields in org.jikesrvm.runtime declared as ReflectionBase
static ReflectionBase ReflectionBase.nullInvoker
          Reflective method invoker that performs no invocation
 

Methods in org.jikesrvm.runtime with parameters of type ReflectionBase
static Object Reflection.invoke(RVMMethod method, ReflectionBase invoker, Object thisArg, Object[] otherArgs, boolean isNonvirtual)
          Call a method.
static boolean Reflection.needsCheckArgs(ReflectionBase invoker)
          Does the reflective method scheme need to check the arguments are valid?