Package proguard.examples.modify
Class ReplaceSimpleConstantInstruction
- java.lang.Object
-
- proguard.examples.modify.ReplaceSimpleConstantInstruction
-
public class ReplaceSimpleConstantInstruction extends java.lang.Object
Example showing how to useInstructionSequenceReplacer
to replace an `LDC` loading "Hello World" to load the constant "Hallo Wereld" instead.
-
-
Constructor Summary
Constructors Constructor Description ReplaceSimpleConstantInstruction()
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static void
main(java.lang.String[] args)
-
-
-
Method Detail
-
main
public static void main(java.lang.String[] args) throws java.lang.ClassNotFoundException, java.lang.NoSuchMethodException, java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException
- Throws:
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
-
-