| java.lang.Object javassist.convert.Transformer javassist.convert.TransformCall
All known Subclasses: javassist.convert.TransformBefore,
Method Summary | |
public void | initialize(ConstPool cp, CodeAttribute attr) | protected int | match(int c, int pos, CodeIterator iterator, int typedesc, ConstPool cp) | public int | transform(CtClass clazz, int pos, CodeIterator iterator, ConstPool cp) Modify INVOKEINTERFACE, INVOKESPECIAL, INVOKESTATIC and INVOKEVIRTUAL
so that a different method is invoked. |
classnamemethodnamemethodDescriptor | protected String classnamemethodnamemethodDescriptor(Code) | | |
newClassnamenewMethodname | protected String newClassnamenewMethodname(Code) | | |
newIndex | protected int newIndex(Code) | | |
newMethodIsPrivate | protected boolean newMethodIsPrivate(Code) | | |
|
|