Class ModifyVariableInjector

java.lang.Object
org.spongepowered.asm.mixin.injection.code.Injector
org.spongepowered.asm.mixin.injection.modify.ModifyVariableInjector

public class ModifyVariableInjector extends Injector
A bytecode injector which allows a single local variable in the target method to be captured and altered. See also LocalVariableDiscriminator and ModifyVariable.