public class MethodInfoRegistry extends Object
| Constructor and Description | 
|---|
MethodInfoRegistry()  | 
| Modifier and Type | Method and Description | 
|---|---|
MethodInfo | 
getMethodInfo(MJIEnv env,
             int objRef,
             String fieldName)  | 
MethodInfo | 
getRegisteredFieldInfo(int idx)  | 
int | 
registerMethodInfo(MethodInfo mi)  | 
public int registerMethodInfo(MethodInfo mi)
public MethodInfo getRegisteredFieldInfo(int idx)
public MethodInfo getMethodInfo(MJIEnv env, int objRef, String fieldName)