public interface IInjectionTarget
| Modifier and Type | Method and Description |
|---|---|
default CTarget.Shift |
getShift(CTarget target) |
default java.util.List<org.objectweb.asm.tree.AbstractInsnNode> |
getSlice(java.util.Map<java.lang.String,IInjectionTarget> injectionTargets,
org.objectweb.asm.tree.MethodNode method,
CSlice slice) |
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) |
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)
default CTarget.Shift getShift(CTarget target)
default java.util.List<org.objectweb.asm.tree.AbstractInsnNode> getSlice(java.util.Map<java.lang.String,IInjectionTarget> injectionTargets, org.objectweb.asm.tree.MethodNode method, CSlice slice)