net.sf.cglib.core
public class RemappingCodeVisitor extends CodeAdapter
| Constructor Summary | |
|---|---|
| RemappingCodeVisitor(CodeVisitor v, int access, Type[] args) | |
| RemappingCodeVisitor(RemappingCodeVisitor wrap) | |
| Method Summary | |
|---|---|
| void | visitIincInsn(int var, int increment) |
| void | visitLocalVariable(String name, String desc, Label start, Label end, int index) |
| void | visitMaxs(int maxStack, int maxLocals) |
| void | visitVarInsn(int opcode, int var) |