Package proguard.examples.instrument
Class DebugStackTop
java.lang.Object
proguard.examples.instrument.DebugStackTop
Example showing how to use an
InstructionSequenceReplacer 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 -
Method Summary
-
Constructor Details
-
DebugStackTop
public DebugStackTop()
-
-
Method Details
-
main
public static void main(String[] args) throws IOException, ClassNotFoundException, NoSuchMethodException, InvocationTargetException, IllegalAccessException
-