Generated by
JDiff

Class org.objectweb.asm.commons.AdviceAdapter

Documentation changed from old to new.

Changed Constructors
AdviceAdapter(MethodVisitor, int, String, String) Documentation changed from old to new.
Change of visibility from protected to public.
Creates a new AdviceAdapter.
 

Changed Methods
void onMethodEnter() Documentation changed from old to new.
Changed from non-abstract to abstract.
Called at the beginning of the method or after super class class call in the constructor.
void onMethodExit(int) Documentation changed from old to new.
Changed from non-abstract to abstract.
Called before explicit exit from the method using either return or throw.