public class InvokeTarget extends java.lang.Object implements IInjectionTarget
java/lang/System.currentTimeMillis()J| Constructor and Description |
|---|
InvokeTarget() |
| Modifier and Type | Method and Description |
|---|---|
java.util.List<org.objectweb.asm.tree.AbstractInsnNode> |
getTargets(java.util.Map<java.lang.String,IInjectionTarget> injectionTargets,
org.objectweb.asm.tree.MethodNode method,
CTarget target,
CSlice slice)
Get all matching target instructions.
|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitgetShift, getSlicepublic java.util.List<org.objectweb.asm.tree.AbstractInsnNode> getTargets(java.util.Map<java.lang.String,IInjectionTarget> injectionTargets, org.objectweb.asm.tree.MethodNode method, CTarget target, CSlice slice)
IInjectionTargetgetTargets in interface IInjectionTargetinjectionTargets - All existing injection targetsmethod - The method to search intarget - The CTarget annotationslice - The CSlice annotation