| Package | Description | 
|---|---|
| net.sf.jiapi.reflect | 
 Jiapi reflection package. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
Signature | 
JiapiMethod.getSignature()
Gets the signature of this method. 
 | 
| Modifier and Type | Method and Description | 
|---|---|
JiapiMethod | 
JiapiClass.addMethod(int modifiers,
         String methodName,
         Signature signature)
Adds a new method to this class. 
 | 
boolean | 
Signature.equals(Signature s)  | 
Instruction | 
InstructionFactory.invoke(int mods,
      String className,
      String methodName,
      Signature s)  | 
Copyright © 2017. All rights reserved.