abc.weaving.weaver
Class AroundWeaver.AdviceMethod.AdviceLocalClass.AdviceLocalMethod.ProceedInvocation

java.lang.Object
  extended by abc.weaving.weaver.AroundWeaver.AdviceMethod.AdviceLocalClass.AdviceLocalMethod.ProceedInvocation
Enclosing class:
AroundWeaver.AdviceMethod.AdviceLocalClass.AdviceLocalMethod

public class AroundWeaver.AdviceMethod.AdviceLocalClass.AdviceLocalMethod.ProceedInvocation
extends java.lang.Object


Field Summary
 NopStmt begin
           
 NopStmt end
           
 
Constructor Summary
AroundWeaver.AdviceMethod.AdviceLocalClass.AdviceLocalMethod.ProceedInvocation(java.util.List originalActuals, Stmt originalStmt)
           
 
Method Summary
 void generateProceed(AroundWeaver.AdviceMethod.ProceedMethod proceedMethod, java.lang.String newStaticInvokeClassName)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

begin

public final NopStmt begin

end

public final NopStmt end
Constructor Detail

AroundWeaver.AdviceMethod.AdviceLocalClass.AdviceLocalMethod.ProceedInvocation

public AroundWeaver.AdviceMethod.AdviceLocalClass.AdviceLocalMethod.ProceedInvocation(java.util.List originalActuals,
                                                                                      Stmt originalStmt)
Method Detail

generateProceed

public void generateProceed(AroundWeaver.AdviceMethod.ProceedMethod proceedMethod,
                            java.lang.String newStaticInvokeClassName)