Package proguard.examples.instrument
Class DebugStackTop
- java.lang.Object
-
- proguard.examples.instrument.DebugStackTop
-
public class DebugStackTop extends java.lang.Object
Example showing how to use anInstructionSequenceReplacer
to add logging before a method call which prints the value on the top of the stack i.e. a method parameter.
-
-
Constructor Summary
Constructors Constructor Description DebugStackTop()
-
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.io.IOException, java.lang.ClassNotFoundException, java.lang.NoSuchMethodException, java.lang.reflect.InvocationTargetException, java.lang.IllegalAccessException
- Throws:
java.io.IOException
java.lang.ClassNotFoundException
java.lang.NoSuchMethodException
java.lang.reflect.InvocationTargetException
java.lang.IllegalAccessException
-
-