| org.codehaus.aspectwerkz.transform.inlining.weaver.AfterObjectInitializationCodeAdapter
AfterObjectInitializationCodeAdapter | public class AfterObjectInitializationCodeAdapter extends CodeAdapter implements TransformationConstants(Code) | | A visitor that keeps track of NEW and INVOKESPECIAL when within a constructor
to flag when the object initialization has been reached (after this/super call).
No regular weaving should occur before it since this(XXJP.invoke(this)) is not allowed Java code
author: Alexandre Vasseur |
m_isObjectInitialized | protected boolean m_isObjectInitialized(Code) | | |
AfterObjectInitializationCodeAdapter | public AfterObjectInitializationCodeAdapter(CodeVisitor cv, String callerMemberName)(Code) | | |
queryCurrentMethodInsn | protected boolean queryCurrentMethodInsn(int opcode, String calleeClassName, String calleeMethodName, String calleeMethodDesc)(Code) | | |
visitMethodInsn | public void visitMethodInsn(int opcode, String calleeClassName, String calleeMethodName, String calleeMethodDesc)(Code) | | |
visitTypeInsn | public void visitTypeInsn(int opcode, String desc)(Code) | | |
|
|