|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.ObjectCodeAdapter
net.sf.cglib.core.RemappingCodeVisitor
public class RemappingCodeVisitor
| Constructor Summary | |
|---|---|
RemappingCodeVisitor(CodeVisitor v,
int access,
Type[] args)
|
|
RemappingCodeVisitor(RemappingCodeVisitor wrap)
|
|
| Method Summary | |
|---|---|
void |
visitIincInsn(int var,
int increment)
|
void |
visitLocalVariable(java.lang.String name,
java.lang.String desc,
Label start,
Label end,
int index)
|
void |
visitMaxs(int maxStack,
int maxLocals)
|
void |
visitVarInsn(int opcode,
int var)
|
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public RemappingCodeVisitor(CodeVisitor v,
int access,
Type[] args)
public RemappingCodeVisitor(RemappingCodeVisitor wrap)
| Method Detail |
|---|
public void visitIincInsn(int var,
int increment)
public void visitLocalVariable(java.lang.String name,
java.lang.String desc,
Label start,
Label end,
int index)
public void visitVarInsn(int opcode,
int var)
public void visitMaxs(int maxStack,
int maxLocals)
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||