Package proguard.examples.modify
Class ReplaceSimpleConstantInstruction
java.lang.Object
proguard.examples.modify.ReplaceSimpleConstantInstruction
Example showing how to use
InstructionSequenceReplacer to replace an `LDC` loading "Hello
World" to load the constant "Hallo Wereld" instead.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ReplaceSimpleConstantInstruction
public ReplaceSimpleConstantInstruction()
-
-
Method Details
-
main
public static void main(String[] args) throws ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
-