Skip to content

ModifyExpressionValue

TODO: finish

Just as a placeholder due to being linked in the ModifyConstant page, this is how you can easily replace the use of a ModifyConstant:

@ModifyEpressionValue(method = "foo", at = @At(value = "CONSTANT", constant = @Constant(intValue = 5))

or

@ModifyEpressionValue(method = "foo", at = @At(value = "CONSTANT", args = "intValue = 5")