@ParametersAreNonnullByDefault public class ConstantTarget extends java.lang.Object implements IInjectionTarget
StringClassCTarget.target()."int 1" or "String Hello World"| Constructor and Description |
|---|
ConstantTarget() |
| 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, waitdynamicRemap, getShift, 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, @Nullable CSlice slice)
IInjectionTargetgetTargets in interface IInjectionTargetinjectionTargets - All existing injection targetsmethod - The method to search intarget - The CTarget annotationslice - The CSlice annotation