| Package | Description | 
|---|---|
| net.sf.jiapi.reflect | 
 Jiapi reflection package. 
 | 
| net.sf.jiapi.reflect.util | 
 Utilities to be used with Jiapi. 
 | 
| net.sf.jiapi.tool | 
| Modifier and Type | Method and Description | 
|---|---|
JiapiMethod | 
JiapiClass.addMethod(int modifiers,
         String methodName,
         Signature signature)
Adds a new method to this class. 
 | 
JiapiMethod | 
JiapiClass.addMethod(JiapiMethod m)
Adds a new method to this class. 
 | 
JiapiMethod | 
JiapiClass.getDeclaredMethod(String name,
                 JiapiClass[] parameterTypes)
Get a specific method from a class. 
 | 
JiapiMethod | 
JiapiClass.getDeclaredMethod(String name,
                 String[] parameterTypeNames)
Get a specific method from a class. 
 | 
JiapiMethod[] | 
JiapiClass.getDeclaredMethods()
Get all the methods of this JiapiClass. 
 | 
JiapiMethod | 
InstructionList.getDeclaringMethod()
Gets the declaring JiapiMethod of this InstructionList 
 | 
JiapiMethod | 
MethodExistsException.getMethod()
Get a method which already exists in a class. 
 | 
JiapiMethod | 
JiapiClass.getMethod(String name,
         JiapiClass[] parameterTypes)
Get a specific method from a class or any of its superclasses. 
 | 
JiapiMethod | 
JiapiClass.getMethod(String name,
         String[] parameterTypeNames)
Get a specific method from a class or any of its superclasses. 
 | 
JiapiMethod[] | 
JiapiClass.getMethods()
Get all the methods of this JiapiClass and its superclasses. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JiapiMethod | 
JiapiClass.addMethod(JiapiMethod m)
Adds a new method to this class. 
 | 
Instruction | 
InstructionFactory.invoke(JiapiMethod jm)  | 
Instruction | 
InstructionFactory.returnMethod(JiapiMethod jm)  | 
| Constructor and Description | 
|---|
MethodExistsException(JiapiMethod method)  | 
| Modifier and Type | Method and Description | 
|---|---|
abstract void | 
MethodInstrumentor.instrument(JiapiMethod m)  | 
| Modifier and Type | Method and Description | 
|---|---|
protected void | 
Javap.printMethod(JiapiMethod jm)  | 
Copyright © 2017. All rights reserved.