|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.objectweb.asm.MethodAdapter
org.objectweb.easybeans.enhancer.bean.BeanClassAdapter.AddMethodConstructorAdapter
public class BeanClassAdapter.AddMethodConstructorAdapter
Adds an entry in the constructor of the bean. It will initialize the interceptorManager.
Field Summary |
---|
Fields inherited from class org.objectweb.asm.MethodAdapter |
---|
mv |
Constructor Summary | |
---|---|
BeanClassAdapter.AddMethodConstructorAdapter(org.objectweb.asm.MethodVisitor mv)
Constructs a new AddMethodConstructorAdapter object. |
Method Summary | |
---|---|
void |
visitCode()
Adds instruction just after the start of the method code. |
Methods inherited from class org.objectweb.asm.MethodAdapter |
---|
visitAnnotation, visitAnnotationDefault, visitAttribute, visitEnd, visitFieldInsn, visitFrame, visitIincInsn, visitInsn, visitIntInsn, visitJumpInsn, visitLabel, visitLdcInsn, visitLineNumber, visitLocalVariable, visitLookupSwitchInsn, visitMaxs, visitMethodInsn, visitMultiANewArrayInsn, visitParameterAnnotation, visitTableSwitchInsn, visitTryCatchBlock, visitTypeInsn, visitVarInsn |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BeanClassAdapter.AddMethodConstructorAdapter(org.objectweb.asm.MethodVisitor mv)
mv
- the code visitor to which this adapter must delegate calls.Method Detail |
---|
public void visitCode()
visitCode
in interface org.objectweb.asm.MethodVisitor
visitCode
in class org.objectweb.asm.MethodAdapter
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |