Package org.spongepowered.asm.mixin.injection.modify


package org.spongepowered.asm.mixin.injection.modify
Implementation of variable modifier injector specified by @ModifyVariable
  • Class
    Description
    This injection point is a companion for the ModifyVariable injector which searches for STORE operations which match the local variables described by the injector's defined discriminators.
    This injection point is a companion for the ModifyVariable injector which searches for LOAD operations which match the local variables described by the injector's defined discriminators.
    Thrown when an implicit discriminator (no args) fails to identify a unique candidate.
    Encapsulates logic for identifying a local variable in a target method using 3 criteria: ordinal, index and name.
    Discriminator context information, wraps all relevant information about a target location for use when performing discrimination
    A bytecode injector which allows a single local variable in the target method to be captured and altered.