Class ReplaceSimpleConstantInstruction

java.lang.Object
proguard.examples.modify.ReplaceSimpleConstantInstruction

public class ReplaceSimpleConstantInstruction extends Object
Example showing how to use InstructionSequenceReplacer to replace an `LDC` loading "Hello World" to load the constant "Hallo Wereld" instead.